mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user