From patchwork Thu Jul 19 16:10:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [10/26] polkit: cleanup thanks to new gtk-doc.bbclass Date: Thu, 19 Jul 2012 16:10:57 -0000 From: Ross Burton X-Patchwork-Id: 32571 Message-Id: <96b86d9394cb31112bd87d99ac2cf253c2c020be.1342713965.git.ross.burton@intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Ross Burton --- meta/recipes-extended/polkit/polkit_0.104.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb index 6a8fdd6..8435c26 100644 --- a/meta/recipes-extended/polkit/polkit_0.104.bb +++ b/meta/recipes-extended/polkit/polkit_0.104.bb @@ -11,7 +11,7 @@ DEPENDS = "expat dbus-glib eggdbus intltool-native" PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam" -PR = "r5" +PR = "r6" PAM_SRC_URI = "file://polkit-1_pam.patch" SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \ @@ -24,9 +24,9 @@ SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \ SRC_URI[md5sum] = "e380b4c6fb1e7bccf854e92edc0a8ce1" SRC_URI[sha256sum] = "6b0a13d8381e4a7b7e37c18a54595191b50757e0fcd186cd9918e9ad0f18c7f9" -EXTRA_OECONF = "--with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" +EXTRA_OECONF = "--with-os-type=moblin --disable-man-pages --disable-introspection" -inherit autotools pkgconfig +inherit autotools gtk-doc pkgconfig do_install_append() { rm -f ${D}${libdir}/${PN}-1/extensions/*.a