summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome/gnome-keyring_2.26.1.bb
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2010-07-07 15:32:58 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-13 15:21:44 +0100
commitc66a05ac051f6db421a6d86c40054ec31b807fef (patch)
tree8386a8070f9674a5c49e8eb7c01fc45febe05f59 /meta/packages/gnome/gnome-keyring_2.26.1.bb
parent4cbef85afef5d53e323eeeccb38187a0c08ba604 (diff)
downloadpoky-c66a05ac051f6db421a6d86c40054ec31b807fef.tar.gz
gnome-keyring: Update to 2.31.4
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/packages/gnome/gnome-keyring_2.26.1.bb')
-rw-r--r--meta/packages/gnome/gnome-keyring_2.26.1.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/packages/gnome/gnome-keyring_2.26.1.bb b/meta/packages/gnome/gnome-keyring_2.26.1.bb
deleted file mode 100644
index ae7e920a91..0000000000
--- a/meta/packages/gnome/gnome-keyring_2.26.1.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1DESCRIPTION = "Password and keyring managing daemon"
2HOMEPAGE = "http://www.gnome.org/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+"
6
7SECTION = "x11/gnome"
8
9PR = "r1"
10
11inherit autotools gnome pkgconfig
12
13DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf"
14
15EXTRA_OECONF = "--disable-gtk-doc"
16
17SRC_URI += "file://org.gnome.keyring.service"
18
19do_install_append () {
20 install -d ${D}${datadir}/dbus-1/services
21 install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services
22}
23
24FILES_${PN} += "${datadir}/dbus-1/services"
25FILES_${PN}-dbg += "${libdir}/gnome-keyring/standalone/.debug/"
26FILES_${PN}-dbg += "${libdir}/gnome-keyring/devel/.debug/"