[oe-commits] Xin Ouyang : grub-1.99: Add flex-native to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Aug 23 10:39:03 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: b53b4c4d6dad745b2eb0ab804f7975146a81aedf
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b53b4c4d6dad745b2eb0ab804f7975146a81aedf

Author: Xin Ouyang <Xin.Ouyang at windriver.com>
Date:   Mon Aug 20 14:36:46 2012 -0500

grub-1.99: Add flex-native to DEPENDS

[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 at windriver.com>

Clarified commit message

Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-bsp/grub/grub_1.99.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb
index 9879651..64cefe0 100644
--- a/meta/recipes-bsp/grub/grub_1.99.bb
+++ b/meta/recipes-bsp/grub/grub_1.99.bb
@@ -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 \





More information about the Openembedded-commits mailing list