From: Ross Burton Date: Thu, 19 Jul 2012 14:52:59 +0000 (+0100) Subject: gnome-keyring: cleanup thanks to new gtk-doc.bbclass X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd93c56bdab1f0880d7cfc768ce849c4283bdbca;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gnome-keyring: cleanup thanks to new gtk-doc.bbclass (From OE-Core rev: 2ac9cde86cc7aa95983571de7e04521748aee8be) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 ad600941c94..1fd42b4ed91 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 \ SECTION = "x11/gnome" -PR = "r7" +PR = "r8" -inherit autotools gnome pkgconfig +inherit autotools gnome gtk-doc pkgconfig DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" RDEPENDS_${PN} = "libgnome-keyring glib-2.0-utils" -EXTRA_OECONF = "--disable-gtk-doc ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/security', '--disable-pam', d)}" +EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/security', '--disable-pam', d)}" SRC_URI += "file://org.gnome.keyring.service"