| Submitter | lumag |
|---|---|
| Date | Sept. 18, 2011, 11:53 a.m. |
| Message ID | <1316346834-11051-2-git-send-email-dbaryshkov@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/11661/ |
| State | New, archived |
| Headers | show |
Comments
-----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-----
Patch
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"
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(-)