aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2013-11-19 17:35:24 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-09 18:01:35 +0000
commita1510c1a8e6b8a652ae65b7e3910501f1055f87f (patch)
treeb055263c3a7299e08c4357b5737a95ba1894c499 /meta/recipes-bsp
parent086ce22b88f5ef5f75a83119a32c8b3fdcfa296d (diff)
downloadopenembedded-core-contrib-a1510c1a8e6b8a652ae65b7e3910501f1055f87f.tar.gz
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. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/grub/grub_2.00.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb
index f8b68e4a17..dd1ebe592e 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"