summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-12-18 23:25:26 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-19 13:56:59 -0800
commit130cc706f12f37f6cc0d682e93aab9ca6fe76be2 (patch)
treed70d5e1364081a32807e918897ffc5e1b31fb652
parent16fc37015e74bfc2a242c43635bcd8bbc7b9551b (diff)
downloadmeta-openembedded-130cc706f12f37f6cc0d682e93aab9ca6fe76be2.tar.gz
poco: Define LIB_SUFFIX per OE multilibs
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/poco/poco_1.9.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/poco/poco_1.9.4.bb b/meta-oe/recipes-support/poco/poco_1.9.4.bb
index c854481de3..f1dabcd012 100644
--- a/meta-oe/recipes-support/poco/poco_1.9.4.bb
+++ b/meta-oe/recipes-support/poco/poco_1.9.4.bb
@@ -52,6 +52,7 @@ PACKAGECONFIG[SevenZip] = "-DENABLE_SEVENZIP=ON,-DENABLE_SEVENZIP=OFF"
52 52
53EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=RelWithDebInfo -DPOCO_UNBUNDLED=ON \ 53EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=RelWithDebInfo -DPOCO_UNBUNDLED=ON \
54 -DZLIB_LIBRARY_RELEASE:STRING=z -DPCRE_LIBRARY:STRING=pcre \ 54 -DZLIB_LIBRARY_RELEASE:STRING=z -DPCRE_LIBRARY:STRING=pcre \
55 -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \
55 ${@bb.utils.contains('PTEST_ENABLED', '1', '-DENABLE_TESTS=ON ', '', d)}" 56 ${@bb.utils.contains('PTEST_ENABLED', '1', '-DENABLE_TESTS=ON ', '', d)}"
56 57
57# For the native build we want to use the bundled version 58# For the native build we want to use the bundled version