]> code.ossystems Code Review - openembedded-core.git/commitdiff
grub: add explicit dependency on bison-native
authorJackie Huang <jackie.huang@windriver.com>
Tue, 19 Nov 2013 09:35:24 +0000 (17:35 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Dec 2013 18:01:35 +0000 (18:01 +0000)
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@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-bsp/grub/grub_2.00.bb

index f8b68e4a17fa15d9aad6bb28bf42ea4d43e9028f..dd1ebe592edc70d6f6537f3dab8e75d7e2224a14 100644 (file)
@@ -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"