mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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.) (From OE-Core rev: b53b4c4d6dad745b2eb0ab804f7975146a81aedf) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
142a8d1881
commit
528d5e1478
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user