aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub2.inc
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2016-04-07 17:05:50 +0800
committerChen Qi <Qi.Chen@windriver.com>2016-04-07 17:21:33 +0800
commitca141106b28e9f213b0965de589507300ccbbca3 (patch)
treeaef833815c2af40bbc2e0758f1b15d2da968a442 /meta/recipes-bsp/grub/grub2.inc
parent5ebea1114d54120d5ff5d8a6cd148110d0fda23f (diff)
downloadopenembedded-core-contrib-ca141106b28e9f213b0965de589507300ccbbca3.tar.gz
grub2: fix do_configure failure when largefile is not in DISTRO_FEATURESChenQi/grub2-largefile
When 'largefile' is not in DISTRO_FEATURES, '--disable-largefile' is passed to the configure options. However, the configure script checks the size of off_t regardless of this option. This raises the following error. configure: error: Large file support is required This patch fixes the above problem. Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Diffstat (limited to 'meta/recipes-bsp/grub/grub2.inc')
-rw-r--r--meta/recipes-bsp/grub/grub2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index 146dde60c0..6cd8d36d44 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -30,6 +30,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
file://0001-Fix-CVE-2015-8370-Grub2-user-pass-vulnerability.patch \
file://0001-Remove-direct-_llseek-code-and-require-long-filesyst.patch \
file://fix-texinfo.patch \
+ file://0001-configure.ac-support-disabling-largefile.patch \
"
DEPENDS = "flex-native bison-native"