mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
libftdi: set correct LIB_SUFFIX for multilib
Fix QA issue when enable multilib: ERROR: QA Issue: libftdi: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libftdipp1.so /usr/lib/libftdi1.so /usr/lib/libftdipp1.so.2.1.0 /usr/lib/libftdi1.so.2 /usr/lib/libftdipp1.a /usr/lib/libftdipp1.so.2 [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>
This commit is contained in:
@@ -24,6 +24,8 @@ PACKAGECONFIG[cpp-wrapper] = "-DFTDI_BUILD_CPP=on,-DFTDI_BUILD_CPP=off,boost"
|
|||||||
|
|
||||||
inherit cmake binconfig pkgconfig
|
inherit cmake binconfig pkgconfig
|
||||||
|
|
||||||
|
EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib', True).replace('lib', '')}"
|
||||||
|
|
||||||
FILES_${PN}-dev += "${libdir}/cmake"
|
FILES_${PN}-dev += "${libdir}/cmake"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user