diff options
author | Philip Balister <philip@balister.org> | 2017-04-03 08:51:38 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-05 12:36:46 +0100 |
commit | 02a76f320d3cddbfaae2fc5bee7d3660d95e6b7a (patch) | |
tree | f2fcbd8727555a8985155ead152bc0f886116a8f /meta/recipes-bsp | |
parent | 3b1871b7c6df66d3bf3453668f46566b8af3e6d9 (diff) | |
download | openembedded-core-02a76f320d3cddbfaae2fc5bee7d3660d95e6b7a.tar.gz openembedded-core-02a76f320d3cddbfaae2fc5bee7d3660d95e6b7a.tar.bz2 openembedded-core-02a76f320d3cddbfaae2fc5bee7d3660d95e6b7a.zip |
u-boot: Add bc-native to DEPENDS to fix u-boot/spl build.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2017.01.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 dabe709df0..37c21dcaa3 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" |