From e1039549fd671fb4364dfa3f54158dc444f7111a Mon Sep 17 00:00:00 2001 From: Florian Wickert Date: Fri, 17 Mar 2017 21:38:42 +0000 Subject: u-boot-ti.inc: added dependency to bc-native 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 Signed-off-by: Denys Dmytriyenko --- 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 57f7fe64..0d6a4b8a 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}" -- cgit v1.2.3-54-g00ecf