[oe-commits] lumag : gconf: fix the "unshipped files" warnings

git version control git at git.openembedded.org
Mon Sep 19 07:25:06 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: e50b52752d208ae3805bde10dc97e4892a563fd4
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e50b52752d208ae3805bde10dc97e4892a563fd4

Author: lumag <dbaryshkov at gmail.com>
Date:   Mon Sep 19 06:11:17 2011 +0000

gconf: fix the "unshipped files" warnings

1) correct static libs removal in do_install_append
2) provide .la files in -dev package as it's usually done in other
packages.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb b/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb
index 1d5a857..d927327 100644
--- a/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb
+++ b/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "GNOME configuration database system"
 SECTION = "x11/gnome"
 DEPENDS = "gobject-introspection-native gtk+ orbit2 glib-2.0 libxml2 polkit"
 
-PR = "r4"
+PR = "r5"
 
 LICENSE = "LGPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
@@ -30,6 +30,7 @@ do_install_append() {
 
 	# this stuff is unusable
 	rm ${D}${libdir}/GConf/*/*.*a
+	rm ${D}${libdir}/gio/*/*.*a
 }
 
 RDEPENDS_${PN} += "dbus-x11"
@@ -41,4 +42,5 @@ FILES_${PN} += "${libdir}/GConf/* \
 "
 
 FILES_${PN}-dbg += "${libdir}/*/*/.debug"
-FILES_${PN}-dev += "${datadir}/sgml/gconf/gconf-1.0.dtd"
+FILES_${PN}-dev += "${datadir}/sgml/gconf/gconf-1.0.dtd \
+		    ${libdir}/*/gio/*/*.la"





More information about the Openembedded-commits mailing list