From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe 2/2] gconf: fix the "unshipped files" warnings
Date: Sun, 18 Sep 2011 14:31:39 +0200 [thread overview]
Message-ID: <j54obb$jli$1@dough.gmane.org> (raw)
In-Reply-To: <1316346834-11051-2-git-send-email-dbaryshkov@gmail.com>
-----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 <dbaryshkov@gmail.com> ---
> 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-----
prev parent reply other threads:[~2011-09-18 12:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-18 11:53 [meta-oe 1/2] gcc-4.5: include libgcov.a into libgcc-dev package Dmitry Eremin-Solenikov
2011-09-18 11:53 ` [meta-oe 2/2] gconf: fix the "unshipped files" warnings Dmitry Eremin-Solenikov
2011-09-18 12:31 ` Koen Kooi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='j54obb$jli$1@dough.gmane.org' \
--to=koen@dominion.thruhere.net \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.