[OE-core] [PATCH] grub: add explicit dependency on bison-native

jackie.huang at windriver.com jackie.huang at windriver.com
Tue Nov 19 09:35:24 UTC 2013


From: Jackie Huang <jackie.huang at windriver.com>

grub requires bison and it will fail to configure on
the host without bison installed, add the dependency
to fix it.

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta/recipes-bsp/grub/grub_2.00.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb
index e82996d..47cad0b 100644
--- a/meta/recipes-bsp/grub/grub_2.00.bb
+++ b/meta/recipes-bsp/grub/grub_2.00.bb
@@ -11,7 +11,7 @@ SECTION = "bootloaders"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-DEPENDS = "autogen-native flex-native"
+DEPENDS = "autogen-native flex-native bison-native"
 RDEPENDS_${PN} = "diffutils freetype"
 PR = "r1"
 
-- 
1.8.3




More information about the Openembedded-core mailing list