summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-07-19 15:52:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-22 11:42:18 +0100
commitcd93c56bdab1f0880d7cfc768ce849c4283bdbca (patch)
treec9f0da090a58515c97aaf7f02a6c03aa96a1f93f /meta/recipes-gnome
parent9cf7b01fbacbd6e1e04aa3e9c77a2b606c49c490 (diff)
downloadpoky-cd93c56bdab1f0880d7cfc768ce849c4283bdbca.tar.gz
gnome-keyring: cleanup thanks to new gtk-doc.bbclass
(From OE-Core rev: 2ac9cde86cc7aa95983571de7e04521748aee8be) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb
index ad600941c9..1fd42b4ed9 100644
--- a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb
+++ b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb
@@ -11,14 +11,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
11 11
12SECTION = "x11/gnome" 12SECTION = "x11/gnome"
13 13
14PR = "r7" 14PR = "r8"
15 15
16inherit autotools gnome pkgconfig 16inherit autotools gnome gtk-doc pkgconfig
17 17
18DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" 18DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
19RDEPENDS_${PN} = "libgnome-keyring glib-2.0-utils" 19RDEPENDS_${PN} = "libgnome-keyring glib-2.0-utils"
20 20
21EXTRA_OECONF = "--disable-gtk-doc ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/security', '--disable-pam', d)}" 21EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/security', '--disable-pam', d)}"
22 22
23SRC_URI += "file://org.gnome.keyring.service" 23SRC_URI += "file://org.gnome.keyring.service"
24 24