[oe-commits] Ross Burton : gnome-keyring: cleanup thanks to new gtk-doc.bbclass

git at git.openembedded.org git at git.openembedded.org
Sun Jul 22 10:43:32 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 2ac9cde86cc7aa95983571de7e04521748aee8be
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2ac9cde86cc7aa95983571de7e04521748aee8be

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Jul 19 15:52:59 2012 +0100

gnome-keyring: cleanup thanks to new gtk-doc.bbclass

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb |    6 +++---
 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 ad60094..1fd42b4 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"
 





More information about the Openembedded-commits mailing list