From c7b45c8cdd8f9f5cd34c9fc23a40d59eaab4d829 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 11 Jul 2018 17:03:06 +0200 Subject: 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. (From OE-Core rev: 71309a5c91209d4afaee874889fa7eefb266185f) Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Otavio Salvador Cc: Richard Purdie Cc: Ross Burton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot-common_2018.05.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-bsp/u-boot/u-boot-common_2018.05.inc') diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2018.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2018.05.inc index 61566f5856..deec6e4890 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common_2018.05.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common_2018.05.inc @@ -1,5 +1,6 @@ HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" SECTION = "bootloaders" +DEPENDS += "flex-native bison-native" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" -- cgit v1.2.3-54-g00ecf