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

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


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

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

polkit: cleanup thanks to new gtk-doc.bbclass

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

---

 meta/recipes-extended/polkit/polkit_0.104.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb
index 2462741..cd03898 100644
--- a/meta/recipes-extended/polkit/polkit_0.104.bb
+++ b/meta/recipes-extended/polkit/polkit_0.104.bb
@@ -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





More information about the Openembedded-commits mailing list