diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-01-12 23:43:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-29 18:14:51 +0000 |
commit | a290429c8415042cb8c2f4258e76a3cc6815a172 (patch) | |
tree | a4c6c3bf5ca1f45679d97d7f47b854e97899f390 /meta/recipes-bsp/grub/grub2.inc | |
parent | aeee86050019caae5da3af8d31cf57bc811c5e80 (diff) | |
download | openembedded-core-a290429c8415042cb8c2f4258e76a3cc6815a172.tar.gz openembedded-core-a290429c8415042cb8c2f4258e76a3cc6815a172.tar.bz2 openembedded-core-a290429c8415042cb8c2f4258e76a3cc6815a172.zip |
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
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-bsp/grub/grub2.inc')
-rw-r--r-- | meta/recipes-bsp/grub/grub2.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |