summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-05-12 16:50:01 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-05-12 16:50:01 +0100
commit9539b49c8234148617bd3bd243c236a1a49c60fb (patch)
tree4dcb0b87784fd3772c3c0d72bdd30f5f0148c9dd /meta/packages/gnome
parente17a3ced72a4ec7110e54d6fda0f2e9355436c0a (diff)
downloadpoky-9539b49c8234148617bd3bd243c236a1a49c60fb.tar.gz
gnome-keyring: 2.20 -> 2.26.1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gnome')
-rw-r--r--meta/packages/gnome/gnome-keyring_2.26.1.bb (renamed from meta/packages/gnome/gnome-keyring_2.20.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/gnome/gnome-keyring_2.20.bb b/meta/packages/gnome/gnome-keyring_2.26.1.bb
index fb0f641a42..54d8a2a707 100644
--- a/meta/packages/gnome/gnome-keyring_2.20.bb
+++ b/meta/packages/gnome/gnome-keyring_2.26.1.bb
@@ -5,7 +5,7 @@ PR = "r1"
5 5
6inherit autotools_stage gnome pkgconfig 6inherit autotools_stage gnome pkgconfig
7 7
8DEPENDS = "gtk+ libgcrypt" 8DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native"
9 9
10EXTRA_OECONF = "--disable-gtk-doc" 10EXTRA_OECONF = "--disable-gtk-doc"
11 11
@@ -17,3 +17,5 @@ do_install_append () {
17} 17}
18 18
19FILES_${PN} += "${datadir}/dbus-1/services" 19FILES_${PN} += "${datadir}/dbus-1/services"
20FILES_${PN}-dbg += "${libdir}/gnome-keyring/standalone/.debug/"
21FILES_${PN}-dbg += "${libdir}/gnome-keyring/devel/.debug/"