diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-extended/libqb | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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.bb | 4 |
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 |
| 25 | NOSECTION_FALLBACK = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--enable-nosection-fallback', '', d)}" | 25 | NOSECTION_FALLBACK = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--enable-nosection-fallback', '', d)}" |
| 26 | NOSECTION_FALLBACK_toolchain-clang_mips64 = "--enable-nosection-fallback" | 26 | NOSECTION_FALLBACK:toolchain-clang:mips64 = "--enable-nosection-fallback" |
| 27 | 27 | ||
| 28 | EXTRA_OECONF += "${NOSECTION_FALLBACK}" | 28 | EXTRA_OECONF += "${NOSECTION_FALLBACK}" |
| 29 | 29 | ||
| 30 | CFLAGS += "-pthread -D_REENTRANT" | 30 | CFLAGS += "-pthread -D_REENTRANT" |
| 31 | 31 | ||
| 32 | do_configure_prepend() { | 32 | do_configure:prepend() { |
| 33 | ( cd ${S} | 33 | ( cd ${S} |
| 34 | ${S}/autogen.sh ) | 34 | ${S}/autogen.sh ) |
| 35 | } | 35 | } |
