From e20bd93460267918e5a9a111464cc1ae5d7c84ea Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Mon, 21 Jan 2013 18:58:31 +0100 Subject: [PATCH] meta-digi-arm: Fix u-boot-imx dependency on imx-bootlets-del. Signed-off-by: Alex Gonzalez --- meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend b/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend index 7ed1bd8d7..58cd878bd 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend @@ -6,7 +6,7 @@ PR_append = "+del.r0" SRC_URI = "${DIGI_LOG_GIT}u-boot-denx.git;tag=hpalacio/del-6.x" -DEPENDS_ccardxmx28js += "imx-bootlets-del" +DEPENDS_mxs_ccardxmx28js += "elftosb-native imx-bootlets-del" UBOOT_MAKE_TARGET_ccardxmx28js = "u-boot-ivt.sb"