summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-21 23:45:51 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-03-24 09:28:24 -0400
commite858c02c4276d5e675574d80d17180b7de757d51 (patch)
treebeede77d8b668cc929610645c8aef8c8ce919a02
parent7bf6863a5a7158a37dcf4a6734fdad8c0474956e (diff)
downloadmeta-virtualization-e858c02c4276d5e675574d80d17180b7de757d51.tar.gz
lxc: Remove gcc-5 specific workaround
We are using gcc6 now Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/lxc/lxc_2.0.0.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-containers/lxc/lxc_2.0.0.bb b/recipes-containers/lxc/lxc_2.0.0.bb
index 90d17e29..250ac4d9 100644
--- a/recipes-containers/lxc/lxc_2.0.0.bb
+++ b/recipes-containers/lxc/lxc_2.0.0.bb
@@ -55,9 +55,6 @@ EXTRA_OECONF += "--enable-log-src-basename"
55 55
56CFLAGS_append = " -Wno-error=deprecated-declarations" 56CFLAGS_append = " -Wno-error=deprecated-declarations"
57 57
58# disable problematic GCC 5.2 optimizations [YOCTO #8291]
59FULL_OPTIMIZATION_append_arm = " -fno-schedule-insns2"
60
61PACKAGECONFIG ??= "templates \ 58PACKAGECONFIG ??= "templates \
62 ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ 59 ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \
63" 60"