mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user