diff options
| -rw-r--r-- | meta-oe/recipes-support/poco/poco_1.12.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/poco/poco_1.12.0.bb b/meta-oe/recipes-support/poco/poco_1.12.0.bb index 6fff0707d3..428d374569 100644 --- a/meta-oe/recipes-support/poco/poco_1.12.0.bb +++ b/meta-oe/recipes-support/poco/poco_1.12.0.bb | |||
| @@ -66,6 +66,8 @@ EXTRA_OECMAKE:append:class-native = " -DPOCO_UNBUNDLED=OFF" | |||
| 66 | # do not use rpath | 66 | # do not use rpath |
| 67 | EXTRA_OECMAKE:append = " -DCMAKE_SKIP_RPATH=ON" | 67 | EXTRA_OECMAKE:append = " -DCMAKE_SKIP_RPATH=ON" |
| 68 | 68 | ||
| 69 | LDFLAGS:append:riscv32 = "${@bb.utils.contains('PACKAGECONFIG', 'Prometheus', ' -Wl,--no-as-needed -latomic -Wl,--as-needed', '', d)}" | ||
| 70 | |||
| 69 | python populate_packages:prepend () { | 71 | python populate_packages:prepend () { |
| 70 | poco_libdir = d.expand('${libdir}') | 72 | poco_libdir = d.expand('${libdir}') |
| 71 | pn = d.getVar("PN") | 73 | pn = d.getVar("PN") |
