diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-14 23:42:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-14 23:42:31 +0100 |
commit | 58544debd52f8d6fb40959af88ebc545aba1bce1 (patch) | |
tree | eeab937d054b92b9c8716dd026fb671e023bde69 /meta/recipes-bsp | |
parent | 483150395701e0b9630ca5c8d0526979641c21e5 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/grub/grub_1.99.bb | 1 |
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" | |||
11 | LICENSE = "GPLv3" | 11 | LICENSE = "GPLv3" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
13 | 13 | ||
14 | DEPENDS = "autogen-native" | ||
14 | RDEPENDS_${PN} = "diffutils freetype" | 15 | RDEPENDS_${PN} = "diffutils freetype" |
15 | PR = "r7" | 16 | PR = "r7" |
16 | 17 | ||