From 130cc706f12f37f6cc0d682e93aab9ca6fe76be2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 18 Dec 2019 23:25:26 -0800 Subject: poco: Define LIB_SUFFIX per OE multilibs Signed-off-by: Khem Raj --- meta-oe/recipes-support/poco/poco_1.9.4.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-support/poco') 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" EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=RelWithDebInfo -DPOCO_UNBUNDLED=ON \ -DZLIB_LIBRARY_RELEASE:STRING=z -DPCRE_LIBRARY:STRING=pcre \ + -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \ ${@bb.utils.contains('PTEST_ENABLED', '1', '-DENABLE_TESTS=ON ', '', d)}" # For the native build we want to use the bundled version -- cgit v1.2.3-54-g00ecf