diff options
Diffstat (limited to 'meta')
-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 |