aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-14 09:42:37 -0700
committerKhem Raj <raj.khem@gmail.com>2022-03-14 09:44:26 -0700
commit33841aec58431e7ef436f58c7a3a006eacc49340 (patch)
tree11ede0bcd935a577e63fd187d3a22e68f32bff83 /meta-oe/recipes-test
parent33b294c8b24499ae933cc369b4d460035235401d (diff)
downloadmeta-openembedded-33841aec58431e7ef436f58c7a3a006eacc49340.tar.gz
fwts: Do not use --as-needed on ppc64
This is not seen on non ppc64 hosts Fixes build/src/lib/src/.libs/libfwts.so: undefined reference to `fwts_acpica_sem_count_get' Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test')
-rw-r--r--meta-oe/recipes-test/fwts/fwts_22.01.00.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/fwts/fwts_22.01.00.bb b/meta-oe/recipes-test/fwts/fwts_22.01.00.bb
index f14d7fd8e6..1f2d3e0521 100644
--- a/meta-oe/recipes-test/fwts/fwts_22.01.00.bb
+++ b/meta-oe/recipes-test/fwts/fwts_22.01.00.bb
@@ -23,6 +23,10 @@ inherit autotools bash-completion pkgconfig
LDFLAGS:append:libc-musl = " -lexecinfo"
+# We end up linker barfing with undefined symbols on ppc64 but not on other arches
+# surprisingly
+ASNEEDED:powerpc64le = ""
+
FILES:${PN} += "${libdir}/fwts/lib*${SOLIBS}"
FILES:${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la"
FILES:${PN}-staticdev += "${libdir}/fwts/lib*a"