summaryrefslogtreecommitdiff
path: root/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-28 18:50:31 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-12-03 22:05:10 +0300
commit63e4d0a261dfbdf478bff0137d04b95fe32372f0 (patch)
treecf287a041b897a4f823dcad86781b803f4b24cc9 /meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc
parentf696ab1e0ff79b116971be873f8be157f5284851 (diff)
downloadopenbmc-63e4d0a261dfbdf478bff0137d04b95fe32372f0.tar.xz
aspeed: u-boot: Add dependencies on flex/bison
Backport oe-core 71309a5c91209d4afaee874889fa7eefb266185f to our recipes: u-boot: Add missing dependency on flex and bison native The U-Boot build, in particular the Kconfig, depends on bison and flex native. Add the missing dependencies. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Alexander Kanavin <alexander.kanavin@linux.intel.com> Cc: Otavio Salvador <otavio@ossystems.com.br> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Ross Burton <ross.burton@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (From meta-aspeed rev: ff2e4ed2f8f642fe54ac094c02c22166d8ee3131) Change-Id: Icd04ad815c63149af6033d1419a1a2e180e1b728 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc')
-rw-r--r--meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc
index e92ba8760..16a2e9c0f 100644
--- a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc
+++ b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc
@@ -1,5 +1,6 @@
HOMEPAGE = "https://github.com/openbmc/u-boot"
SECTION = "bootloaders"
+DEPENDS += "flex-native bison-native"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"