[meta-ti] [PATCH] u-boot-ti.inc: added dependency to bc-native
Florian Wickert
fw at javox-solutions.com
Fri Mar 17 08:38:42 PDT 2017
The script in scripts/Makefile.spl uses bc in line 201. Not having the dependency in the recipe can make the compile task fail.
Signed-off-by: Florian Wickert <fw at javox-solutions.com>
---
recipes-bsp/u-boot/u-boot-ti.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index 57f7fe6..0d6a4b8 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -27,7 +27,7 @@ SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH
PV_append = "+git${SRCPV}"
# u-boot needs devtree compiler to parse dts files
-DEPENDS += "dtc-native"
+DEPENDS += "dtc-native bc-native"
PACKAGE_ARCH = "${MACHINE_ARCH}"
--
2.1.4
More information about the meta-ti
mailing list