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 23:22:13 +0100 |
commit | 90e9ccdf0addcb15d5f270fc805091b2b7814b71 (patch) | |
tree | da9038450f7c7679b22341298aa3bcb7762087d5 | |
parent | d6b5be863c88b2a34c5f0a84828c6ed9860a5fb9 (diff) | |
download | poky-90e9ccdf0addcb15d5f270fc805091b2b7814b71.tar.gz |
u-boot: Add bc-native to DEPENDS to fix u-boot/spl build.
(From OE-Core rev: 02a76f320d3cddbfaae2fc5bee7d3660d95e6b7a)
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@ | |||
1 | require u-boot-common_${PV}.inc | 1 | require u-boot-common_${PV}.inc |
2 | require u-boot.inc | 2 | require u-boot.inc |
3 | 3 | ||
4 | DEPENDS += "dtc-native" | 4 | DEPENDS += "bc-native dtc-native" |