diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-19 15:26:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:42:17 +0100 |
commit | 4b7cab02333069990826fe19533ae9e9c8e53412 (patch) | |
tree | 8c05b6ffe59af707b56fa1bd0028e84efb0fc688 | |
parent | 85ee0a99eac634f608a121bdabbc288a3694ace1 (diff) | |
download | poky-4b7cab02333069990826fe19533ae9e9c8e53412.tar.gz |
polkit: cleanup thanks to new gtk-doc.bbclass
(From OE-Core rev: f9ef526fef045a213d98c85187384d800456baec)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 24627413e5..cd03898eaf 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 \ | |||
24 | SRC_URI[md5sum] = "e380b4c6fb1e7bccf854e92edc0a8ce1" | 24 | SRC_URI[md5sum] = "e380b4c6fb1e7bccf854e92edc0a8ce1" |
25 | SRC_URI[sha256sum] = "6b0a13d8381e4a7b7e37c18a54595191b50757e0fcd186cd9918e9ad0f18c7f9" | 25 | SRC_URI[sha256sum] = "6b0a13d8381e4a7b7e37c18a54595191b50757e0fcd186cd9918e9ad0f18c7f9" |
26 | 26 | ||
27 | EXTRA_OECONF = "--with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" | 27 | EXTRA_OECONF = "--with-os-type=moblin --disable-man-pages --disable-introspection" |
28 | 28 | ||
29 | inherit autotools pkgconfig | 29 | inherit autotools gtk-doc pkgconfig |
30 | 30 | ||
31 | do_install_append() { | 31 | do_install_append() { |
32 | rm -f ${D}${libdir}/${PN}-1/extensions/*.a | 32 | rm -f ${D}${libdir}/${PN}-1/extensions/*.a |