[oe-commits] Yi Zhao : openwsman: pass correct libdir to cmake

git at git.openembedded.org git at git.openembedded.org
Mon Aug 31 17:12:18 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: f53a0f57f71a495382a80ae15d02975516ea7e0d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f53a0f57f71a495382a80ae15d02975516ea7e0d

Author: Yi Zhao <yi.zhao at windriver.com>
Date:   Fri Aug 21 14:24:04 2015 +0800

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 at windriver.com>

---

 meta-oe/recipes-extended/openwsman/openwsman_2.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 67cd618..5a19264 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() {



More information about the Openembedded-commits mailing list