[oe-commits] [openembedded-core] 25/33: u-boot: Add bc-native to DEPENDS to fix u-boot/spl build.

git at git.openembedded.org git at git.openembedded.org
Wed Apr 5 11:39:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 02a76f320d3cddbfaae2fc5bee7d3660d95e6b7a
Author: Philip Balister <philip at balister.org>
AuthorDate: Mon Apr 3 08:51:38 2017 -0400

    u-boot: Add bc-native to DEPENDS to fix u-boot/spl build.
    
    Signed-off-by: Philip Balister <philip at balister.org>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-bsp/u-boot/u-boot_2017.01.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 dabe709..37c21dc 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list