diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-05-11 10:35:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-13 13:41:30 +0100 |
commit | a6f67e23b85ee389e721fba9d36da462b7bc9945 (patch) | |
tree | 586354c6af5c67c9da0b2fdceeb875eada4f40c0 /meta/recipes-bsp/grub/grub2.inc | |
parent | f0d2bd3d90443162c69d7538c457fb8123552f0f (diff) | |
download | poky-a6f67e23b85ee389e721fba9d36da462b7bc9945.tar.gz |
grub: Fix build with gcc-6
Backport patch which silences following
'../../grub-2.00/grub-core/'`gfxmenu/model.c
../../grub-2.00/grub-core/gettext/gettext.c:37:36: error: storage size of 'main_context' isn't known
static struct grub_gettext_context main_context, secondary_context;
^~~~~~~~~~~~
make[3]: *** [gettext/gettext_module-gettext.o] Error 1
(From OE-Core rev: 4efac9861ab59d696bdc81ea59497febfa2d0dc8)
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.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 dd1ffe2bdc..0b169bfbea 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 \ | |||
30 | file://0001-Fix-CVE-2015-8370-Grub2-user-pass-vulnerability.patch \ | 30 | file://0001-Fix-CVE-2015-8370-Grub2-user-pass-vulnerability.patch \ |
31 | file://0001-Remove-direct-_llseek-code-and-require-long-filesyst.patch \ | 31 | file://0001-Remove-direct-_llseek-code-and-require-long-filesyst.patch \ |
32 | file://fix-texinfo.patch \ | 32 | file://fix-texinfo.patch \ |
33 | file://0001-grub-core-gettext-gettext.c-main_context-secondary_c.patch \ | ||
33 | " | 34 | " |
34 | 35 | ||
35 | DEPENDS = "flex-native bison-native" | 36 | DEPENDS = "flex-native bison-native" |