diff options
| -rw-r--r-- | meta-oe/recipes-test/fwts/fwts_22.01.00.bb | 4 |
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 | |||
| 23 | 23 | ||
| 24 | LDFLAGS:append:libc-musl = " -lexecinfo" | 24 | LDFLAGS:append:libc-musl = " -lexecinfo" |
| 25 | 25 | ||
| 26 | # We end up linker barfing with undefined symbols on ppc64 but not on other arches | ||
| 27 | # surprisingly | ||
| 28 | ASNEEDED:powerpc64le = "" | ||
| 29 | |||
| 26 | FILES:${PN} += "${libdir}/fwts/lib*${SOLIBS}" | 30 | FILES:${PN} += "${libdir}/fwts/lib*${SOLIBS}" |
| 27 | FILES:${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la" | 31 | FILES:${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la" |
| 28 | FILES:${PN}-staticdev += "${libdir}/fwts/lib*a" | 32 | FILES:${PN}-staticdev += "${libdir}/fwts/lib*a" |
