From: Jackie Huang Date: Tue, 19 Nov 2013 09:35:24 +0000 (+0800) Subject: grub: add explicit dependency on bison-native X-Git-Tag: 2015-4~4357 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a1510c1a8e6b8a652ae65b7e3910501f1055f87f;p=openembedded-core.git 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 Signed-off-by: Saul Wold --- 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"