diff options
| -rw-r--r-- | meta/conf/distro/include/seperatebuilddir.inc | 1 | ||||
| -rw-r--r-- | meta/recipes-gnome/gnome/gnome-keyring/org.gnome.keyring.service | 3 | ||||
| -rw-r--r-- | meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb | 44 |
3 files changed, 0 insertions, 48 deletions
diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc index 20376bbdc9..f70ae68bec 100644 --- a/meta/conf/distro/include/seperatebuilddir.inc +++ b/meta/conf/distro/include/seperatebuilddir.inc | |||
| @@ -188,7 +188,6 @@ B_pn-gnome-desktop = "${SEPB}" | |||
| 188 | #B_pn-gnome-doc-utils = "${SEPB}" | 188 | #B_pn-gnome-doc-utils = "${SEPB}" |
| 189 | #B_pn-gnome-doc-utils-native = "${SEPB}" | 189 | #B_pn-gnome-doc-utils-native = "${SEPB}" |
| 190 | B_pn-gnome-icon-theme = "${SEPB}" | 190 | B_pn-gnome-icon-theme = "${SEPB}" |
| 191 | B_pn-gnome-keyring = "${SEPB}" | ||
| 192 | B_pn-gnome-mime-data = "${SEPB}" | 191 | B_pn-gnome-mime-data = "${SEPB}" |
| 193 | B_pn-gnupg = "${SEPB}" | 192 | B_pn-gnupg = "${SEPB}" |
| 194 | ## libtool: link: warning: library `.../usr/lib/libgcrypt.la' was moved. | 193 | ## libtool: link: warning: library `.../usr/lib/libgcrypt.la' was moved. |
diff --git a/meta/recipes-gnome/gnome/gnome-keyring/org.gnome.keyring.service b/meta/recipes-gnome/gnome/gnome-keyring/org.gnome.keyring.service deleted file mode 100644 index 96ea061cfb..0000000000 --- a/meta/recipes-gnome/gnome/gnome-keyring/org.gnome.keyring.service +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | [D-BUS Service] | ||
| 2 | Name=org.gnome.keyring | ||
| 3 | Exec=/usr/bin/gnome-keyring-daemon | ||
diff --git a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb deleted file mode 100644 index a1cd8f9a16..0000000000 --- a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb +++ /dev/null | |||
| @@ -1,44 +0,0 @@ | |||
| 1 | DESCRIPTION = "Password and keyring managing daemon" | ||
| 2 | HOMEPAGE = "http://www.gnome.org/" | ||
| 3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
| 4 | |||
| 5 | LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
| 7 | file://gcr/gcr.h;endline=22;md5=a272df1e633e27ecf35e74fb5576250e \ | ||
| 8 | file://egg/egg-dbus.h;endline=25;md5=eb6f531af37165dc53420c073d774e61 \ | ||
| 9 | file://gp11/gp11.h;endline=24;md5=bd8c7a8a21d6c28d40536d96a35e3469 \ | ||
| 10 | file://pkcs11/pkcs11i.h;endline=24;md5=e72cfbb718389b76a4dae838d1c1f439" | ||
| 11 | |||
| 12 | SECTION = "x11/gnome" | ||
| 13 | |||
| 14 | PR = "r11" | ||
| 15 | |||
| 16 | inherit autotools gnome gtk-doc pkgconfig gsettings | ||
| 17 | |||
| 18 | DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | ||
| 19 | RDEPENDS_${PN} = "libgnome-keyring glib-2.0-utils" | ||
| 20 | |||
| 21 | EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/security', '--disable-pam', d)}" | ||
| 22 | |||
| 23 | SRC_URI += "file://org.gnome.keyring.service" | ||
| 24 | |||
| 25 | SRC_URI[archive.md5sum] = "9a8aa74e03361676f29d6e73155786fc" | ||
| 26 | SRC_URI[archive.sha256sum] = "31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9" | ||
| 27 | |||
| 28 | do_install_append () { | ||
| 29 | install -d ${D}${datadir}/dbus-1/services | ||
| 30 | install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services | ||
| 31 | } | ||
| 32 | |||
| 33 | FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr" | ||
| 34 | |||
| 35 | |||
| 36 | FILES_${PN}-dev += "${libdir}/${BPN}/devel/*.la \ | ||
| 37 | ${libdir}/${BPN}/devel/*${SOLIBSDEV} \ | ||
| 38 | ${libdir}/${BPN}/standalone/*.la \ | ||
| 39 | ${base_libdir}/security/*.la \ | ||
| 40 | ${base_libdir}/security/*${SOLIBSDEV}" | ||
| 41 | |||
| 42 | FILES_${PN}-dbg += "${libdir}/${BPN}/standalone/.debug/ \ | ||
| 43 | ${libdir}/${BPN}/devel/.debug/ \ | ||
| 44 | ${base_libdir}/security/.debug/" | ||
