diff options
-rw-r--r-- | recipes-containers/lxc/lxc_2.0.0.bb | 3 |
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 | ||
56 | CFLAGS_append = " -Wno-error=deprecated-declarations" | 56 | CFLAGS_append = " -Wno-error=deprecated-declarations" |
57 | 57 | ||
58 | # disable problematic GCC 5.2 optimizations [YOCTO #8291] | ||
59 | FULL_OPTIMIZATION_append_arm = " -fno-schedule-insns2" | ||
60 | |||
61 | PACKAGECONFIG ??= "templates \ | 58 | PACKAGECONFIG ??= "templates \ |
62 | ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ | 59 | ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ |
63 | " | 60 | " |