aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-keyring_2.26.0.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-15 14:51:28 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-15 14:51:28 +0200
commit398d6a41d4e6249cb4a154df3ccd04222148125a (patch)
tree2c84079aa025b8ec2d926a03f291b86aea6eeeee /recipes/gnome/gnome-keyring_2.26.0.bb
parent579d68f017f09319cea224bc2e95e91a6a62716f (diff)
downloadopenembedded-398d6a41d4e6249cb4a154df3ccd04222148125a.tar.gz
gnome-keyring: remove old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/gnome/gnome-keyring_2.26.0.bb')
-rw-r--r--recipes/gnome/gnome-keyring_2.26.0.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes/gnome/gnome-keyring_2.26.0.bb b/recipes/gnome/gnome-keyring_2.26.0.bb
deleted file mode 100644
index d1ca1e7384..0000000000
--- a/recipes/gnome/gnome-keyring_2.26.0.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-LICENSE = "GPL"
-SECTION = "x11/gnome"
-
-inherit autotools gnome pkgconfig
-
-DEPENDS = " libpam gconf gtk+ libtasn1 libtasn1-native libgcrypt"
-
-EXTRA_OECONF = "--disable-gtk-doc"
-
-SRC_URI += "file://tasn.m4 file://org.gnome.keyring.service"
-
-do_configure_prepend() {
- cp ${WORKDIR}/tasn.m4 acinclude.m4
-}
-
-do_install_append () {
- install -d ${D}${datadir}/dbus-1/services
- install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services
-}
-
-FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr"
-PACKAGES =+ "gnome-keyring-pam-plugin"
-FILES_gnome-keyring-pam-plugin = "${libdir}/security/*.so"
-FILES_${PN}-dbg += "${libdir}/gnome-keyring/*/.debug ${libdir}/security/.debug"
-
-SRC_URI[archive.md5sum] = "0395fcf79b990465030a2795dcddacb9"
-SRC_URI[archive.sha256sum] = "7acda11db2eb07b2f68a1a506203fe95141954acb10c394850418fd04ed80a07"