summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-14 23:42:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-14 23:42:31 +0100
commit58544debd52f8d6fb40959af88ebc545aba1bce1 (patch)
treeeeab937d054b92b9c8716dd026fb671e023bde69
parent483150395701e0b9630ca5c8d0526979641c21e5 (diff)
downloadpoky-58544debd52f8d6fb40959af88ebc545aba1bce1.tar.gz
grub: Add missing dependency on autogen-native to avoid build failures
(From OE-Core rev: 4396db54dba4afdb9f1099f4e386dc25c76f49fb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-bsp/grub/grub_1.99.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb
index 143b1e839b..882f21d5b5 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"
11LICENSE = "GPLv3" 11LICENSE = "GPLv3"
12LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 12LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
13 13
14DEPENDS = "autogen-native"
14RDEPENDS_${PN} = "diffutils freetype" 15RDEPENDS_${PN} = "diffutils freetype"
15PR = "r7" 16PR = "r7"
16 17