mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +00:00
libgnomeprint: fix packaging issues
* modules/transports/.debug is already included in modules/*/.debug => drop * package .a files to PN-staticdev, fixes a lot of QA warnings Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
SECTION = "x11/gnome/libs"
|
SECTION = "x11/gnome/libs"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common"
|
DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common"
|
||||||
|
|
||||||
@@ -14,6 +14,11 @@ SRC_URI += "file://fix.includes.patch"
|
|||||||
SRC_URI[archive.md5sum] = "d66b81ee8aa3b3a33f5efc9a47ce07e3"
|
SRC_URI[archive.md5sum] = "d66b81ee8aa3b3a33f5efc9a47ce07e3"
|
||||||
SRC_URI[archive.sha256sum] = "8b34f81599423ef3da9c43775495da602f83cbbee069c9e760ffeae6aa4768e6"
|
SRC_URI[archive.sha256sum] = "8b34f81599423ef3da9c43775495da602f83cbbee069c9e760ffeae6aa4768e6"
|
||||||
|
|
||||||
FILES_${PN}-dbg += "${libdir}/libgnomeprint/${PV}/modules/transports/.debug \
|
FILES_${PN}-dbg += "\
|
||||||
${libdir}/libgnomeprint/${PV}/modules/.debug ${libdir}/libgnomeprint/${PV}/modules/*/.debug"
|
${libdir}/${PN}/${PV}/modules/.debug \
|
||||||
|
${libdir}/${PN}/${PV}/modules/*/.debug \
|
||||||
|
"
|
||||||
|
FILES_${PN}-staticdev += "\
|
||||||
|
${libdir}/${PN}/${PV}/modules/*.a \
|
||||||
|
${libdir}/${PN}/${PV}/modules/*/*.a \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user