diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-05 18:24:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:03:00 +0100 |
commit | a07ee19462504a33167b27501d44682b18d17998 (patch) | |
tree | 79d8220ec090397d9b87f8206743a16a7cfaf042 /meta/recipes-gnome | |
parent | 43616aa766515b9675e57a3825a010583e3b7cfb (diff) | |
download | poky-a07ee19462504a33167b27501d44682b18d17998.tar.gz |
gnome-keyring: clean up FILE after PACKAGE reorder
(From OE-Core rev: 1071a77a698d0f16d9bb05f562af4bb991f1abae)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb | 14 |
1 files changed, 10 insertions, 4 deletions
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 \ | |||
11 | 11 | ||
12 | SECTION = "x11/gnome" | 12 | SECTION = "x11/gnome" |
13 | 13 | ||
14 | PR = "r6" | 14 | PR = "r7" |
15 | 15 | ||
16 | inherit autotools gnome pkgconfig | 16 | inherit autotools gnome pkgconfig |
17 | 17 | ||
@@ -38,6 +38,12 @@ pkg_postinst_${PN} () { | |||
38 | test -x ${bindir}/glib-compile-schemas && glib-compile-schemas ${datadir}/glib-2.0/schemas | 38 | test -x ${bindir}/glib-compile-schemas && glib-compile-schemas ${datadir}/glib-2.0/schemas |
39 | } | 39 | } |
40 | 40 | ||
41 | FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr ${base_libdir}/security/*.so" | 41 | FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr" |
42 | FILES_${PN}-dbg += "${libdir}/gnome-keyring/standalone/.debug/ ${base_libdir}/security/*.la" | 42 | |
43 | FILES_${PN}-dbg += "${libdir}/gnome-keyring/devel/.debug/ ${base_libdir}/security/.debug" | 43 | |
44 | FILES_${PN}-dev += "${libdir}/${BPN}/devel/*.la \ | ||
45 | ${libdir}/${BPN}/devel/*${SOLIBSDEV} \ | ||
46 | ${libdir}/${BPN}/standalone/*.la" | ||
47 | |||
48 | FILES_${PN}-dbg += "${libdir}/${BPN}/standalone/.debug/ \ | ||
49 | ${libdir}/${BPN}/devel/.debug/" | ||