aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-08-21 14:08:50 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-31 19:11:12 +0200
commitf11cd6dd8526d490978c2a7fd3d112727b3307d6 (patch)
tree1dd6e26e9a9500eb5e40e76067847996abb0c790 /meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb
parentf584699a45556531f872cc577957b71cc32765ed (diff)
downloadmeta-openembedded-contrib-f11cd6dd8526d490978c2a7fd3d112727b3307d6.tar.gz
wbxml2: set correct LIB_SUFFIX for multilib
Fix QA issue when enable multilib: ERROR: QA Issue: wbxml2: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libwbxml2.so.0.0.17 /usr/lib/libwbxml2.so /usr/lib/libwbxml2.so.0 /usr/lib/.debug /usr/lib/pkgconfig /usr/lib/.debug/libwbxml2.so.0.0.17 /usr/lib/pkgconfig/libwbxml2.pc Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Diffstat (limited to 'meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb')
-rw-r--r--meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb
index d383c659ca..bd15bba715 100644
--- a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb
+++ b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb
@@ -15,6 +15,8 @@ S = "${WORKDIR}/libwbxml-${PV}"
inherit cmake pkgconfig
+EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib', True).replace('lib', '')}"
+
PACKAGES += "${PN}-tools"
FILES_${PN}-tools = "${bindir}"