diff options
| -rw-r--r-- | recipes-containers/lxc/lxc_2.0.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/lxc/lxc_2.0.0.bb b/recipes-containers/lxc/lxc_2.0.0.bb index 5004b9e9..e4360573 100644 --- a/recipes-containers/lxc/lxc_2.0.0.bb +++ b/recipes-containers/lxc/lxc_2.0.0.bb | |||
| @@ -49,6 +49,9 @@ EXTRA_OECONF += "--enable-log-src-basename" | |||
| 49 | 49 | ||
| 50 | CFLAGS_append = " -Wno-error=deprecated-declarations" | 50 | CFLAGS_append = " -Wno-error=deprecated-declarations" |
| 51 | 51 | ||
| 52 | # disable problematic GCC 5.2 optimizations [YOCTO #8291] | ||
| 53 | FULL_OPTIMIZATION_append_arm = " -fno-schedule-insns2" | ||
| 54 | |||
| 52 | PACKAGECONFIG ??= "templates \ | 55 | PACKAGECONFIG ??= "templates \ |
| 53 | ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ | 56 | ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ |
| 54 | " | 57 | " |
