mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
f11cd6dd85
Fix QA issue when enable multilib: ERROR: QA Issue: wbxml2: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libwbxml2.so.0.0.17 /usr/lib/libwbxml2.so /usr/lib/libwbxml2.so.0 /usr/lib/.debug /usr/lib/pkgconfig /usr/lib/.debug/libwbxml2.so.0.0.17 /usr/lib/pkgconfig/libwbxml2.pc 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>
24 lines
661 B
BlitzBasic
24 lines
661 B
BlitzBasic
SUMMARY = "WBXML parsing and encoding library"
|
|
HOMEPAGE = "http://libwbxml.opensync.org/"
|
|
SECTION = "libs"
|
|
LICENSE = "LGPLv2.1+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=c1128ee5341ccd5927d8bafe4b6266e1"
|
|
|
|
DEPENDS = "expat"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/libwbxml/libwbxml-${PV}.tar.gz"
|
|
|
|
SRC_URI[md5sum] = "f5031e9f730ffd9dc6a2d1ded585e1d1"
|
|
SRC_URI[sha256sum] = "a057daa098f12838eb4e635bb28413027f1b73819872c3fbf64e3207790a3f7d"
|
|
|
|
S = "${WORKDIR}/libwbxml-${PV}"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib', True).replace('lib', '')}"
|
|
|
|
PACKAGES += "${PN}-tools"
|
|
|
|
FILES_${PN}-tools = "${bindir}"
|
|
FILES_${PN} = "${libdir}/*.so.*"
|