summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/poco/poco_1.12.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/poco/poco_1.12.0.bb')
-rw-r--r--meta-oe/recipes-support/poco/poco_1.12.0.bb2
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 6fff0707d..428d37456 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
67EXTRA_OECMAKE:append = " -DCMAKE_SKIP_RPATH=ON" 67EXTRA_OECMAKE:append = " -DCMAKE_SKIP_RPATH=ON"
68 68
69LDFLAGS:append:riscv32 = "${@bb.utils.contains('PACKAGECONFIG', 'Prometheus', ' -Wl,--no-as-needed -latomic -Wl,--as-needed', '', d)}"
70
69python populate_packages:prepend () { 71python 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")