From 64c488a821bc8b68b7ca092a4bfd664d74895283 Mon Sep 17 00:00:00 2001 From: Jose Diaz de Grenu de Pedro Date: Mon, 6 Jun 2016 10:06:22 +0200 Subject: [PATCH] meta-digi-arm: u-boot: fix syntax error in U-Boot recipe Signed-off-by: Jose Diaz de Grenu de Pedro --- meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2015.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2015.04.bb b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2015.04.bb index 47aa9b21f..e48d06515 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2015.04.bb +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2015.04.bb @@ -65,7 +65,7 @@ do_compile () { cp ${S}/${config}/${UBOOT_BINARY} ${S}/${config}/u-boot-${type}.${UBOOT_SUFFIX} # Secure boot artifacts - if [ -n "${TRUSTFENCE_UBOOT_SIGN}" ]; then + if [ -n "${TRUSTFENCE_UBOOT_SIGN}" ] then cp ${S}/${config}/u-boot-signed.imx ${S}/${config}/u-boot-signed-${type}.${UBOOT_SUFFIX} fi