diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-23 12:36:59 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-25 19:46:21 +0100 |
commit | 45395dc1386d6fa31c2ffa30f86754f8f348aef9 (patch) | |
tree | 3a799a58925358ddfda6a4b1ddc6b413b5d14faf /meta-gnome/recipes-gnome | |
parent | c7ff376b90090d8639db611a748ce609c3885906 (diff) | |
download | meta-openembedded-45395dc1386d6fa31c2ffa30f86754f8f348aef9.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>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb | 13 |
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 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | SECTION = "x11/gnome/libs" | 2 | SECTION = "x11/gnome/libs" |
3 | 3 | ||
4 | PR = "r1" | 4 | PR = "r2" |
5 | 5 | ||
6 | DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common" | 6 | DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common" |
7 | 7 | ||
@@ -14,6 +14,11 @@ SRC_URI += "file://fix.includes.patch" | |||
14 | SRC_URI[archive.md5sum] = "d66b81ee8aa3b3a33f5efc9a47ce07e3" | 14 | SRC_URI[archive.md5sum] = "d66b81ee8aa3b3a33f5efc9a47ce07e3" |
15 | SRC_URI[archive.sha256sum] = "8b34f81599423ef3da9c43775495da602f83cbbee069c9e760ffeae6aa4768e6" | 15 | SRC_URI[archive.sha256sum] = "8b34f81599423ef3da9c43775495da602f83cbbee069c9e760ffeae6aa4768e6" |
16 | 16 | ||
17 | FILES_${PN}-dbg += "${libdir}/libgnomeprint/${PV}/modules/transports/.debug \ | 17 | FILES_${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 | " | ||
21 | FILES_${PN}-staticdev += "\ | ||
22 | ${libdir}/${PN}/${PV}/modules/*.a \ | ||
23 | ${libdir}/${PN}/${PV}/modules/*/*.a \ | ||
24 | " | ||