aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/openwsman
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-08-21 14:24:04 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-31 19:11:13 +0200
commitf53a0f57f71a495382a80ae15d02975516ea7e0d (patch)
tree08d7f8398c822a9c5559f2b2df409811e3e9e95b /meta-oe/recipes-extended/openwsman
parentf11cd6dd8526d490978c2a7fd3d112727b3307d6 (diff)
downloadmeta-openembedded-f53a0f57f71a495382a80ae15d02975516ea7e0d.tar.gz
openwsman: pass correct libdir to cmake
Fix QA issue when enable multilib: ERROR: QA Issue: openwsman: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libwsman_clientpp.so /usr/lib/libwsman_client.so /usr/lib/libwsman.so.1.0.0 /usr/lib/libwsman.so /usr/lib/libwsman_client.so.4 [snip] 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-extended/openwsman')
-rw-r--r--meta-oe/recipes-extended/openwsman/openwsman_2.6.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/openwsman/openwsman_2.6.0.bb b/meta-oe/recipes-extended/openwsman/openwsman_2.6.0.bb
index 67cd618ee9..5a19264d47 100644
--- a/meta-oe/recipes-extended/openwsman/openwsman_2.6.0.bb
+++ b/meta-oe/recipes-extended/openwsman/openwsman_2.6.0.bb
@@ -33,7 +33,7 @@ EXTRA_OECMAKE = "-DBUILD_BINDINGS=NO \
-DBUILD_LIBCIM=NO \
-DBUILD_PERL=YES \
-DCMAKE_INSTALL_PREFIX=${prefix} \
- -DLIB=lib \
+ -DLIB=${baselib} \
"
do_configure_prepend() {