aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-09-09 08:26:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-21 15:39:36 +0100
commit90e7cfebc6a9ac4b229b45c6a7dc95218efe55c5 (patch)
tree8b805b14bd0ca5146c21a1ba941b19b45a0b4e92 /meta/recipes-bsp/gnu-efi/gnu-efi_3.0.3.bb
parent2593dc1936d7e477769753b8c8f97b988ecc8823 (diff)
downloadopenembedded-core-contrib-90e7cfebc6a9ac4b229b45c6a7dc95218efe55c5.tar.gz
gnu-efi, syslinux: Support gcc < 4.7
This helps compiling the code with older gcc especially on older build hosts, additionally clang advertizes itself as gcc 4.2.1 so it helps compiling dependent modues using clang as well Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-bsp/gnu-efi/gnu-efi_3.0.3.bb')
-rw-r--r--meta/recipes-bsp/gnu-efi/gnu-efi_3.0.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.3.bb b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.3.bb
index 1a1ba40226..eca34599ce 100644
--- a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.3.bb
+++ b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.3.bb
@@ -18,6 +18,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2 \
file://parallel-make-archives.patch \
file://lib-Makefile-fix-parallel-issue.patch \
file://gnu-efi-Make-setjmp.S-portable-to-ARM.patch \
+ file://gcc46-compatibility.patch \
"
SRC_URI[md5sum] = "15a4bcbc18a9a5e8110ed955970622e6"