summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp/efivar/efivar_37.bb
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-05-05 23:27:07 +0300
committerKhem Raj <raj.khem@gmail.com>2019-05-05 23:22:39 -0700
commit09ddcc536df7776c4180dfd523ed606a71f7526e (patch)
tree45661f1909486e99e917042b62be0f70254454d4 /meta-oe/recipes-bsp/efivar/efivar_37.bb
parentb99b30f0348b6d113f70c117e577344b7c5eb4ee (diff)
downloadmeta-openembedded-09ddcc536df7776c4180dfd523ed606a71f7526e.tar.gz
efivars: Drop workaround patch for host gcc < 4.7
The -flto change already disappeared in an earlier update. -std=gnu11 and -Wmaybe-uninitialized are supported by gcc >= 4.7, which covers all host distributions that are still supported. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-bsp/efivar/efivar_37.bb')
-rw-r--r--meta-oe/recipes-bsp/efivar/efivar_37.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-bsp/efivar/efivar_37.bb b/meta-oe/recipes-bsp/efivar/efivar_37.bb
index 8a56e7adcc..87f5df423b 100644
--- a/meta-oe/recipes-bsp/efivar/efivar_37.bb
+++ b/meta-oe/recipes-bsp/efivar/efivar_37.bb
@@ -19,8 +19,6 @@ SRC_URI = "git://github.com/rhinstaller/efivar.git \
19SRC_URI_append_class-target = " file://0001-efivar-fix-for-cross-compile.patch \ 19SRC_URI_append_class-target = " file://0001-efivar-fix-for-cross-compile.patch \
20 ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', 'file://0004-fix-unknow-option-for-gold-linker.patch', '', d)} \ 20 ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', 'file://0004-fix-unknow-option-for-gold-linker.patch', '', d)} \
21 " 21 "
22SRC_URI_append_class-native = " file://fix-compile-failure-with-host-gcc-4.6.patch \
23 "
24 22
25S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
26 24