[meta-freescale] [PATCH v2 1/2] u-boot-fslc-mxsboot: Add dtc as build dependency

Otavio Salvador otavio at ossystems.com.br
Thu Apr 26 09:52:54 PDT 2018


The dtc must be available during build time. It fixes a build error
when host does not have it installed and we are building a native
variant.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

Changes in v2: None

 recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb
index 533bfbf6..ed32a274 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb
@@ -3,7 +3,7 @@ require u-boot-fslc-common_${PV}.inc
 DESCRIPTION = "U-boot bootloader mxsboot tool"
 SECTION = "bootloader"
 
-DEPENDS = "openssl"
+DEPENDS = "dtc openssl"
 
 PROVIDES = "u-boot-mxsboot"
 
-- 
2.17.0



More information about the meta-freescale mailing list