summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libqb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-extended/libqb
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libqb')
-rw-r--r--meta-oe/recipes-extended/libqb/libqb_1.0.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libqb/libqb_1.0.5.bb b/meta-oe/recipes-extended/libqb/libqb_1.0.5.bb
index cd4019666d..d14fbaed3e 100644
--- a/meta-oe/recipes-extended/libqb/libqb_1.0.5.bb
+++ b/meta-oe/recipes-extended/libqb/libqb_1.0.5.bb
@@ -23,13 +23,13 @@ S = "${WORKDIR}/git"
23# WORKDIR/libqb/1.0.3+gitAUTOINC+c235284b5f-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/../../libexec/i586-oe-linux/gcc/i586-oe-linux/8.1.0/ld: internal error in write_sections, at ../../gold/reloc.cc:791 23# WORKDIR/libqb/1.0.3+gitAUTOINC+c235284b5f-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/../../libexec/i586-oe-linux/gcc/i586-oe-linux/8.1.0/ld: internal error in write_sections, at ../../gold/reloc.cc:791
24# collect2: error: ld returned 1 exit status 24# collect2: error: ld returned 1 exit status
25NOSECTION_FALLBACK = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--enable-nosection-fallback', '', d)}" 25NOSECTION_FALLBACK = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--enable-nosection-fallback', '', d)}"
26NOSECTION_FALLBACK_toolchain-clang_mips64 = "--enable-nosection-fallback" 26NOSECTION_FALLBACK:toolchain-clang:mips64 = "--enable-nosection-fallback"
27 27
28EXTRA_OECONF += "${NOSECTION_FALLBACK}" 28EXTRA_OECONF += "${NOSECTION_FALLBACK}"
29 29
30CFLAGS += "-pthread -D_REENTRANT" 30CFLAGS += "-pthread -D_REENTRANT"
31 31
32do_configure_prepend() { 32do_configure:prepend() {
33 ( cd ${S} 33 ( cd ${S}
34 ${S}/autogen.sh ) 34 ${S}/autogen.sh )
35} 35}