summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub2.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-04-23 20:35:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-28 09:44:17 +0100
commit179c17970ab4f616352d01790e6bb52a47a72c5b (patch)
tree5c980e840a83871e6bbc1e5833faafb58498faa7 /meta/recipes-bsp/grub/grub2.inc
parente118d980dab4a0872fe232c17a2305e899b48b87 (diff)
downloadpoky-179c17970ab4f616352d01790e6bb52a47a72c5b.tar.gz
grub: Backport const qualifier fix for gcc-5
gcc-5 is stricter and complains about const to non-const conversions, we backport the patch from upstream into 2.00 Change-Id: I17db365fdd253daaa1ab726e2a70ecad0ac7b2ae (From OE-Core rev: ea3d48471db19a2432e4afd86df8caad51ee5166) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 39469576cc..8e733ece1b 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -24,6 +24,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
24 file://grub-no-unused-result.patch \ 24 file://grub-no-unused-result.patch \
25 file://grub-efi-allow-a-compilation-without-mcmodel-large.patch \ 25 file://grub-efi-allow-a-compilation-without-mcmodel-large.patch \
26 file://grub-efi-fix-with-glibc-2.20.patch \ 26 file://grub-efi-fix-with-glibc-2.20.patch \
27 file://0001-parse_dhcp_vendor-Add-missing-const-qualifiers.patch \
27 " 28 "
28 29
29DEPENDS = "flex-native bison-native xz" 30DEPENDS = "flex-native bison-native xz"