summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome/gnome-keyring_2.20.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gnome/gnome-keyring_2.20.bb')
-rw-r--r--meta/packages/gnome/gnome-keyring_2.20.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/gnome/gnome-keyring_2.20.bb b/meta/packages/gnome/gnome-keyring_2.20.bb
index 4b82c38d82..c18d9f19f4 100644
--- a/meta/packages/gnome/gnome-keyring_2.20.bb
+++ b/meta/packages/gnome/gnome-keyring_2.20.bb
@@ -1,12 +1,23 @@
1LICENSE = "GPL" 1LICENSE = "GPL"
2SECTION = "x11/gnome" 2SECTION = "x11/gnome"
3 3
4PR = "r1"
5
4inherit autotools gnome pkgconfig 6inherit autotools gnome pkgconfig
5 7
6DEPENDS = "gtk+ libgcrypt" 8DEPENDS = "gtk+ libgcrypt"
7 9
8EXTRA_OECONF = "--disable-gtk-doc" 10EXTRA_OECONF = "--disable-gtk-doc"
9 11
12SRC_URI += "file://org.gnome.keyring.service"
13
14do_install_append () {
15 install -d ${D}${datadir}/dbus-1/services
16 install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services
17}
18
19FILES_${PN} += "${datadir}/dbus-1/services"
20
10do_stage() { 21do_stage() {
11 autotools_stage_all 22 autotools_stage_all
12} 23}