[oe-commits] Jackie Huang : grub: add explicit dependency on bison-native

git at git.openembedded.org git at git.openembedded.org
Sun Feb 9 11:01:50 UTC 2014


Module: openembedded-core.git
Branch: dora
Commit: 6f6e292a102e8ae8d607bb9dac4f3d3e2bced1ea
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6f6e292a102e8ae8d607bb9dac4f3d3e2bced1ea

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Tue Nov 19 17:35:24 2013 +0800

grub: add explicit dependency on bison-native

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

(From OE-Core master rev: a1510c1a8e6b8a652ae65b7e3910501f1055f87f)

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang 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 f8b68e4..dd1ebe5 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 xz"
 PR = "r1"
 



More information about the Openembedded-commits mailing list