From: Philip Balister Date: Mon, 3 Apr 2017 12:51:38 +0000 (-0400) Subject: u-boot: Add bc-native to DEPENDS to fix u-boot/spl build. X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~21750 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02a76f320d3cddbfaae2fc5bee7d3660d95e6b7a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git u-boot: Add bc-native to DEPENDS to fix u-boot/spl build. Signed-off-by: Philip Balister Signed-off-by: Ross Burton --- diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot_2017.01.bb index dabe709df0e..37c21dcaa38 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2017.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2017.01.bb @@ -1,4 +1,4 @@ require u-boot-common_${PV}.inc require u-boot.inc -DEPENDS += "dtc-native" +DEPENDS += "bc-native dtc-native"