diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-12-18 22:39:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-09 14:34:35 +0000 |
commit | 666076dfc0528442a1098354dcc5d64672dd38ee (patch) | |
tree | 3b421daa80dd269afd0f7507c4af679dc5e8a45d /meta/recipes-bsp/grub/grub2.inc | |
parent | 14912b7859dbe217d42bdd9637794a74cb448ede (diff) | |
download | poky-666076dfc0528442a1098354dcc5d64672dd38ee.tar.gz |
grub: Fix build with glibc 2.25
Backport relevant patch from grub git
(From OE-Core rev: 5e501f8e3ecf14f31da3cca5ab762af5ddc81964)
(From OE-Core rev: c22d80c26ddab86ef8c87f028d505a237502d4e2)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@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 b69de9f340..ef893b327f 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
@@ -35,6 +35,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ | |||
35 | file://0001-Enforce-no-pie-if-the-compiler-supports-it.patch \ | 35 | file://0001-Enforce-no-pie-if-the-compiler-supports-it.patch \ |
36 | file://0001-grub-core-kern-efi-mm.c-grub_efi_finish_boot_service.patch \ | 36 | file://0001-grub-core-kern-efi-mm.c-grub_efi_finish_boot_service.patch \ |
37 | file://0002-grub-core-kern-efi-mm.c-grub_efi_get_memory_map-Neve.patch \ | 37 | file://0002-grub-core-kern-efi-mm.c-grub_efi_get_memory_map-Neve.patch \ |
38 | file://0001-build-Use-AC_HEADER_MAJOR-to-find-device-macros.patch \ | ||
38 | " | 39 | " |
39 | 40 | ||
40 | DEPENDS = "flex-native bison-native autogen-native" | 41 | DEPENDS = "flex-native bison-native autogen-native" |