summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-12-23 12:36:59 +0100
committerEric Bénard <eric@eukrea.com>2013-04-05 16:58:13 +0200
commitc93774855feb3ec8d04da0419f10d192321c271a (patch)
tree898e37bfa07ad3515f219c3496f411264e03920b
parent43cc3d7a3d307f9d2fdb66c7bee59a3fc95af242 (diff)
downloadmeta-openembedded-c93774855feb3ec8d04da0419f10d192321c271a.tar.gz
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> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb13
1 files changed, 9 insertions, 4 deletions
diff --git a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb
index 328da68fa..8c8574aa2 100644
--- a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb
+++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb
@@ -1,7 +1,7 @@
1LICENSE = "GPLv2" 1LICENSE = "GPLv2"
2SECTION = "x11/gnome/libs" 2SECTION = "x11/gnome/libs"
3 3
4PR = "r1" 4PR = "r2"
5 5
6DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common" 6DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common"
7 7
@@ -14,6 +14,11 @@ SRC_URI += "file://fix.includes.patch"
14SRC_URI[archive.md5sum] = "d66b81ee8aa3b3a33f5efc9a47ce07e3" 14SRC_URI[archive.md5sum] = "d66b81ee8aa3b3a33f5efc9a47ce07e3"
15SRC_URI[archive.sha256sum] = "8b34f81599423ef3da9c43775495da602f83cbbee069c9e760ffeae6aa4768e6" 15SRC_URI[archive.sha256sum] = "8b34f81599423ef3da9c43775495da602f83cbbee069c9e760ffeae6aa4768e6"
16 16
17FILES_${PN}-dbg += "${libdir}/libgnomeprint/${PV}/modules/transports/.debug \ 17FILES_${PN}-dbg += "\
18 ${libdir}/libgnomeprint/${PV}/modules/.debug ${libdir}/libgnomeprint/${PV}/modules/*/.debug" 18 ${libdir}/${PN}/${PV}/modules/.debug \
19 19 ${libdir}/${PN}/${PV}/modules/*/.debug \
20"
21FILES_${PN}-staticdev += "\
22 ${libdir}/${PN}/${PV}/modules/*.a \
23 ${libdir}/${PN}/${PV}/modules/*/*.a \
24"