]> code.ossystems Code Review - openembedded-core.git/commitdiff
grub-1.99: Add flex-native to DEPENDS
authorXin Ouyang <Xin.Ouyang@windriver.com>
Mon, 20 Aug 2012 19:36:46 +0000 (14:36 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Aug 2012 10:15:50 +0000 (11:15 +0100)
[YOCTO #2916]

On some systems the host version of flex may be too old to work properly,
instead we depend on flex-native to ensure that we have the proper version
available to us.  (Flex version 2.5.35 or newer is requried.)

Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
Clarified commit message

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-bsp/grub/grub_1.99.bb

index 9879651dfb474054362d81fe51b7f57df9c63959..64cefe0cd2de2b979f6287e2586611df2db68e59 100644 (file)
@@ -11,9 +11,9 @@ SECTION = "bootloaders"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-DEPENDS = "autogen-native"
+DEPENDS = "autogen-native flex-native"
 RDEPENDS_${PN} = "diffutils freetype"
-PR = "r11"
+PR = "r12"
 
 SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
           file://grub-install.in.patch \