[oe-commits] [meta-openembedded] 04/08: libwebsockets: fix multilib install

git at git.openembedded.org git at git.openembedded.org
Fri Feb 1 14:57:42 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e10659da3fdf3b6cb170bdcb8cb99570ffbb001d
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Fri Feb 1 14:17:46 2019 +0100

    libwebsockets: fix multilib install
    
    | ERROR: libwebsockets-3.0.0-r0 do_package: QA Issue: libwebsockets: Files/directories were installed but not shipped in any package:
    |   /usr/lib/libwebsockets.so
    |   /usr/lib/libwebsockets.a
    |   /usr/lib/libwebsockets.so.13
    |   /usr/lib/cmake
    |   /usr/lib/pkgconfig
    |   /usr/lib/cmake/libwebsockets
    |   /usr/lib/cmake/libwebsockets/LibwebsocketsTargets-release.cmake
    |   /usr/lib/cmake/libwebsockets/LibwebsocketsConfig.cmake
    |   /usr/lib/cmake/libwebsockets/LibwebsocketsConfigVersion.cmake
    |   /usr/lib/cmake/libwebsockets/LibwebsocketsTargets.cmake
    |   /usr/lib/pkgconfig/libwebsockets_static.pc
    |   /usr/lib/pkgconfig/libwebsockets.pc
    
    Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.0.0.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.0.0.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.0.0.bb
index f384148..70e7c78 100644
--- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.0.0.bb
+++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.0.0.bb
@@ -21,6 +21,10 @@ PACKAGECONFIG[server] = "-DLWS_WITHOUT_SERVER=OFF,-DLWS_WITHOUT_SERVER=ON,"
 PACKAGECONFIG[ssl] = "-DLWS_WITH_SSL=ON,-DLWS_WITH_SSL=OFF,openssl"
 PACKAGECONFIG[testapps] = "-DLWS_WITHOUT_TESTAPPS=OFF,-DLWS_WITHOUT_TESTAPPS=ON,"
 
+EXTRA_OECMAKE += " \
+    -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \
+"
+
 PACKAGES =+ "${PN}-testapps"
 
 FILES_${PN}-testapps += "${datadir}/libwebsockets-test-server/*"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list