sdcard_image-rpi.bbclass: use 4 spaces for indentation instead of mix of tabs and spaces

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2018-06-29 13:22:06 +00:00
committed by Andrei Gherzan
parent f9e1ce03c5
commit 235036c3a8

View File

@ -57,7 +57,7 @@ do_image_rpi_sdimg[depends] = " \
${IMAGE_BOOTLOADER}:do_deploy \
${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \
${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'rpi-u-boot-scr:do_deploy', '',d)} \
"
"
do_image_rpi_sdimg[recrdeps] = "do_build"