From 287c807ee4fac7adbdb8ec63acbd8a273a9dc85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 8 Feb 2019 15:04:17 +0100 Subject: [PATCH] clucene-core: Fix multilib install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/clucene/clucene-core_2.3.3.4.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-support/clucene/clucene-core_2.3.3.4.bb b/recipes-support/clucene/clucene-core_2.3.3.4.bb index b309959..5afb5e5 100644 --- a/recipes-support/clucene/clucene-core_2.3.3.4.bb +++ b/recipes-support/clucene/clucene-core_2.3.3.4.bb @@ -21,8 +21,9 @@ inherit cmake DEPENDS = "boost zlib" -EXTRA_OECMAKE = "-DENABLE_COMPILE_TESTS=OFF -DBUILD_CONTRIBS_LIB=ON" - -FILES_${PN}-dev += "${libdir}/cmake" +EXTRA_OECMAKE = " \ + -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \ + -DENABLE_COMPILE_TESTS=OFF \ + -DBUILD_CONTRIBS_LIB=ON" BBCLASSEXTEND = "native"