[meta-freescale] [3rdparty][PATCH] u-boot-toradex: add dependency on dtc-native

Maciej Borzecki maciej.borzecki at rndity.com
Tue Jul 25 05:49:52 PDT 2017


The recipes-bsp/u-boot/u-boot-toradex.inc is included by u-boot-toradex recipes
in meta-toradex-nxp as well. Add dependency on dtc-native as it will be required
to build 2016.11 release, which may eventually hit meta-freescale-3rdparty
tree too.

Signed-off-by: Maciej Borzecki <maciej.borzecki at rndity.com>
---
 recipes-bsp/u-boot/u-boot-toradex.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-bsp/u-boot/u-boot-toradex.inc b/recipes-bsp/u-boot/u-boot-toradex.inc
index 57ae547..d9d2a7e 100644
--- a/recipes-bsp/u-boot/u-boot-toradex.inc
+++ b/recipes-bsp/u-boot/u-boot-toradex.inc
@@ -24,3 +24,5 @@ EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CPPFLAGS}" \
                  HOSTSTRIP=true'
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+DEPENDS_append = " dtc-native"
-- 
2.9.4



More information about the meta-freescale mailing list