From: Richard Purdie Date: Sat, 14 Apr 2012 22:42:16 +0000 (+0100) Subject: grub: Add missing dependency on autogen-native to avoid build failures X-Git-Tag: 2015-4~10981 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4396db54dba4afdb9f1099f4e386dc25c76f49fb;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git grub: Add missing dependency on autogen-native to avoid build failures Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb index 143b1e839b7..882f21d5b56 100644 --- a/meta/recipes-bsp/grub/grub_1.99.bb +++ b/meta/recipes-bsp/grub/grub_1.99.bb @@ -11,6 +11,7 @@ SECTION = "bootloaders" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" +DEPENDS = "autogen-native" RDEPENDS_${PN} = "diffutils freetype" PR = "r7"