From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lo.gmane.org ([80.91.229.12]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R5GcK-0006g0-RL for openembedded-devel@lists.openembedded.org; Sun, 18 Sep 2011 14:37:04 +0200 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R5GXH-0004rx-CF for openembedded-devel@lists.openembedded.org; Sun, 18 Sep 2011 14:31:51 +0200 Received: from ip545070eb.adsl-surfen.hetnet.nl ([84.80.112.235]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 18 Sep 2011 14:31:51 +0200 Received: from koen by ip545070eb.adsl-surfen.hetnet.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 18 Sep 2011 14:31:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@lists.openembedded.org From: Koen Kooi Date: Sun, 18 Sep 2011 14:31:39 +0200 Message-ID: References: <1316346834-11051-1-git-send-email-dbaryshkov@gmail.com> <1316346834-11051-2-git-send-email-dbaryshkov@gmail.com> Mime-Version: 1.0 X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ip545070eb.adsl-surfen.hetnet.nl User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1 In-Reply-To: <1316346834-11051-2-git-send-email-dbaryshkov@gmail.com> X-Enigmail-Version: 1.3.1 Subject: Re: [meta-oe 2/2] gconf: fix the "unshipped files" warnings X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2011 12:37:04 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 18-09-11 13:53, Dmitry Eremin-Solenikov schreef: > 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 --- > meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb | 4 +++- 1 files > changed, 3 insertions(+), 1 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..3745bc6 > 100644 --- a/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb +++ > b/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb @@ -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" Missing PR bump -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFOdeSrMkyGM64RGpERAhYeAJ9HCU4FyjTX19ZxbsaCTDzgvOmuVQCfdfw7 RYRVweozv7boDuT9oNl8ISg= =LAD7 -----END PGP SIGNATURE-----