From 047ad2c81a7ec0d59d5fb1ddf52668c29a1119c9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 12 Jan 2016 23:43:13 +0000 Subject: grub: Backport fix for largefile detection/use This is inspired by musl porting, where grub's configure is enabling largefile support based on glibc versions, instead an upstream patch turns it into autoconf check Update git version recipe arm platforms use this recipe to provide grub and it needed fixes from upstream so upgrade to latest tip of git and forward port patches as well as drop the ones already applied upstream (From OE-Core rev: a290429c8415042cb8c2f4258e76a3cc6815a172) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-bsp/grub/grub2.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-bsp/grub/grub2.inc') diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index a8c41f8e28..84a47273a5 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc @@ -28,6 +28,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ file://0001-parse_dhcp_vendor-Add-missing-const-qualifiers.patch \ file://grub2-fix-initrd-size-bug.patch \ file://0001-Fix-CVE-2015-8370-Grub2-user-pass-vulnerability.patch \ + file://0001-Remove-direct-_llseek-code-and-require-long-filesyst.patch \ " DEPENDS = "flex-native bison-native xz" -- cgit v1.2.3-54-g00ecf