From 1071a77a698d0f16d9bb05f562af4bb991f1abae Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 5 Jun 2012 18:24:35 -0700 Subject: gnome-keyring: clean up FILE after PACKAGE reorder Signed-off-by: Saul Wold --- meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'meta') diff --git a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb index 1a5ee05d2e..ad600941c9 100644 --- a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb +++ b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ SECTION = "x11/gnome" -PR = "r6" +PR = "r7" inherit autotools gnome pkgconfig @@ -38,6 +38,12 @@ pkg_postinst_${PN} () { test -x ${bindir}/glib-compile-schemas && glib-compile-schemas ${datadir}/glib-2.0/schemas } -FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr ${base_libdir}/security/*.so" -FILES_${PN}-dbg += "${libdir}/gnome-keyring/standalone/.debug/ ${base_libdir}/security/*.la" -FILES_${PN}-dbg += "${libdir}/gnome-keyring/devel/.debug/ ${base_libdir}/security/.debug" +FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr" + + +FILES_${PN}-dev += "${libdir}/${BPN}/devel/*.la \ + ${libdir}/${BPN}/devel/*${SOLIBSDEV} \ + ${libdir}/${BPN}/standalone/*.la" + +FILES_${PN}-dbg += "${libdir}/${BPN}/standalone/.debug/ \ + ${libdir}/${BPN}/devel/.debug/" -- cgit 1.2.3-korg