mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
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@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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/*"
|
||||
|
||||
Reference in New Issue
Block a user