diff options
9 files changed, 14 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb b/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb index 198552e5c6..3154db2705 100644 --- a/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb +++ b/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb | |||
| @@ -15,7 +15,7 @@ SRCREV = "ebf1c90da05dea94648165e4f149abc20c979557" | |||
| 15 | 15 | ||
| 16 | 16 | ||
| 17 | COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64).*-linux*" | 17 | COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64).*-linux*" |
| 18 | 18 | CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no" | |
| 19 | EXTRA_OECONF += "--enable-largefile --with-system-luajit --with-system-ck --without-gcc-arch --with-lib-prefix=no" | 19 | EXTRA_OECONF += "--enable-largefile --with-system-luajit --with-system-ck --without-gcc-arch --with-lib-prefix=no" |
| 20 | PACKAGECONFIG ??= "" | 20 | PACKAGECONFIG ??= "" |
| 21 | PACKAGECONFIG[aio] = "--enable-aio,--disable-aio,libaio," | 21 | PACKAGECONFIG[aio] = "--enable-aio,--disable-aio,libaio," |
diff --git a/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb b/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb index c55a01d3b9..fca29eed05 100644 --- a/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb +++ b/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb | |||
| @@ -16,6 +16,8 @@ UPSTREAM_CHECK_REGEX = "Libmcrypt/(?P<pver>\d+(\.\d+)+)/" | |||
| 16 | 16 | ||
| 17 | inherit autotools-brokensep gettext binconfig multilib_script | 17 | inherit autotools-brokensep gettext binconfig multilib_script |
| 18 | 18 | ||
| 19 | CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no" | ||
| 20 | |||
| 19 | CFLAGS += "-Wno-error=implicit-int" | 21 | CFLAGS += "-Wno-error=implicit-int" |
| 20 | 22 | ||
| 21 | do_configure() { | 23 | do_configure() { |
diff --git a/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb index 4ca7c081ea..d1480e836a 100644 --- a/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb +++ b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb | |||
| @@ -19,6 +19,8 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ | |||
| 19 | 19 | ||
| 20 | inherit autotools gettext | 20 | inherit autotools gettext |
| 21 | 21 | ||
| 22 | CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no" | ||
| 23 | |||
| 22 | EXTRA_OECONF += "PERL='${USRBINPATH}/env perl'" | 24 | EXTRA_OECONF += "PERL='${USRBINPATH}/env perl'" |
| 23 | 25 | ||
| 24 | SRC_URI[sha256sum] = "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb" | 26 | SRC_URI[sha256sum] = "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb" |
diff --git a/meta-oe/recipes-extended/figlet/figlet_git.bb b/meta-oe/recipes-extended/figlet/figlet_git.bb index d226806050..6a8bb42699 100644 --- a/meta-oe/recipes-extended/figlet/figlet_git.bb +++ b/meta-oe/recipes-extended/figlet/figlet_git.bb | |||
| @@ -10,5 +10,6 @@ SRCREV = "5bbcd7383a8c3a531299b216b0c734e1495c6db3" | |||
| 10 | PV = "2.2.5+git" | 10 | PV = "2.2.5+git" |
| 11 | 11 | ||
| 12 | inherit autotools | 12 | inherit autotools |
| 13 | CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no" | ||
| 13 | 14 | ||
| 14 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-extended/lprng/lprng_3.9.0.bb b/meta-oe/recipes-extended/lprng/lprng_3.9.0.bb index 04376b66ed..0f427a7d05 100644 --- a/meta-oe/recipes-extended/lprng/lprng_3.9.0.bb +++ b/meta-oe/recipes-extended/lprng/lprng_3.9.0.bb | |||
| @@ -10,6 +10,7 @@ UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lprng/files/lprng/" | |||
| 10 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" | 10 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" |
| 11 | 11 | ||
| 12 | inherit autotools gettext | 12 | inherit autotools gettext |
| 13 | CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no" | ||
| 13 | 14 | ||
| 14 | EXTRA_OECONF = "--disable-ssl --disable-kerberos --enable-force_localhost \ | 15 | EXTRA_OECONF = "--disable-ssl --disable-kerberos --enable-force_localhost \ |
| 15 | CHOWN=${base_bindir}/chown CHGRP=${base_bindir}/chgrp \ | 16 | CHOWN=${base_bindir}/chown CHGRP=${base_bindir}/chgrp \ |
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2512.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2512.0.bb index c50a7a3f7a..186e1ccf24 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2512.0.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2512.0.bb | |||
| @@ -40,6 +40,7 @@ CVE_STATUS[CVE-2015-3243] = "fix-file-included: The shipped default rsyslog.conf | |||
| 40 | 40 | ||
| 41 | inherit autotools pkgconfig systemd update-rc.d ptest | 41 | inherit autotools pkgconfig systemd update-rc.d ptest |
| 42 | 42 | ||
| 43 | CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no" | ||
| 43 | EXTRA_OECONF += "--enable-imfile-tests ${ATOMICS}" | 44 | EXTRA_OECONF += "--enable-imfile-tests ${ATOMICS}" |
| 44 | ATOMICS = "ap_cv_atomic_builtins_64=yes ap_cv_atomic_builtins=yes" | 45 | ATOMICS = "ap_cv_atomic_builtins_64=yes ap_cv_atomic_builtins=yes" |
| 45 | ATOMICS:mipsarch = "" | 46 | ATOMICS:mipsarch = "" |
diff --git a/meta-oe/recipes-extended/zsync/zsync-curl_git.bb b/meta-oe/recipes-extended/zsync/zsync-curl_git.bb index e624b26941..79b8ee18e7 100644 --- a/meta-oe/recipes-extended/zsync/zsync-curl_git.bb +++ b/meta-oe/recipes-extended/zsync/zsync-curl_git.bb | |||
| @@ -15,6 +15,8 @@ UPSTREAM_CHECK_COMMITS = "1" | |||
| 15 | 15 | ||
| 16 | inherit autotools | 16 | inherit autotools |
| 17 | 17 | ||
| 18 | CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no" | ||
| 19 | |||
| 18 | AUTOTOOLS_SCRIPT_PATH = "${S}/src" | 20 | AUTOTOOLS_SCRIPT_PATH = "${S}/src" |
| 19 | 21 | ||
| 20 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb index 85eac33369..99d0939b34 100644 --- a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb +++ b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb | |||
| @@ -20,6 +20,9 @@ UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)" | |||
| 20 | DEPENDS += "bison-native flex-native wget-native gawk-native" | 20 | DEPENDS += "bison-native flex-native wget-native gawk-native" |
| 21 | 21 | ||
| 22 | inherit autotools-brokensep update-alternatives | 22 | inherit autotools-brokensep update-alternatives |
| 23 | |||
| 24 | CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no" | ||
| 25 | |||
| 23 | ALTERNATIVE_PRIORITY = "50" | 26 | ALTERNATIVE_PRIORITY = "50" |
| 24 | ALTERNATIVE:${PN}-yang = " ietf-interfaces ietf-netconf-acm ietf-netconf-with-defaults ietf-netconf" | 27 | ALTERNATIVE:${PN}-yang = " ietf-interfaces ietf-netconf-acm ietf-netconf-with-defaults ietf-netconf" |
| 25 | ALTERNATIVE_LINK_NAME[ietf-interfaces] = "${datadir}/yang/ietf-interfaces.yang" | 28 | ALTERNATIVE_LINK_NAME[ietf-interfaces] = "${datadir}/yang/ietf-interfaces.yang" |
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.14.14.bb b/meta-oe/recipes-support/pidgin/pidgin_2.14.14.bb index 85c521df87..af44864fa9 100644 --- a/meta-oe/recipes-support/pidgin/pidgin_2.14.14.bb +++ b/meta-oe/recipes-support/pidgin/pidgin_2.14.14.bb | |||
| @@ -50,6 +50,7 @@ EXTRA_OECONF = " \ | |||
| 50 | --disable-farstream \ | 50 | --disable-farstream \ |
| 51 | --disable-vv \ | 51 | --disable-vv \ |
| 52 | " | 52 | " |
| 53 | CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no" | ||
| 53 | 54 | ||
| 54 | # CONFIG_ARGS is used to display build info. Replace full paths by reproducible | 55 | # CONFIG_ARGS is used to display build info. Replace full paths by reproducible |
| 55 | # variables ($S, $WORKDIR) | 56 | # variables ($S, $WORKDIR) |
