summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/polkit
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-11-18 20:03:22 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-22 10:25:33 +0000
commitdb3ce4f7f6ede7430efca3550373c2584b5a1703 (patch)
treea688496368c63b58bf768b03ad74f43c45654bb6 /meta/recipes-extended/polkit
parent878878af89b60de802d02161f01a764c03945008 (diff)
downloadpoky-db3ce4f7f6ede7430efca3550373c2584b5a1703.tar.gz
polkit: Upgrade to version 0.99
Add some missing files while do_package. Also fix its metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-extended/polkit')
-rw-r--r--meta/recipes-extended/polkit/polkit_0.99.bb (renamed from meta/recipes-extended/polkit/polkit_0.96.bb)14
1 files changed, 11 insertions, 3 deletions
diff --git a/meta/recipes-extended/polkit/polkit_0.96.bb b/meta/recipes-extended/polkit/polkit_0.99.bb
index e6e030b19a..6551caea5c 100644
--- a/meta/recipes-extended/polkit/polkit_0.96.bb
+++ b/meta/recipes-extended/polkit/polkit_0.99.bb
@@ -2,13 +2,21 @@ DESCRIPTION = "The polkit package is an application-level toolkit for defining a
2HOMEPAGE = "http://code.google.com/p/polkit/" 2HOMEPAGE = "http://code.google.com/p/polkit/"
3LICENSE = "LGPLv2+" 3LICENSE = "LGPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
5 file://src/polkit/polkit.h;md5=8aa8924570fc5570d20e4a4ad5d2db51 \ 5 file://src/polkit/polkit.h;beginline=1;endilne=20;md5=9f797b8912dac8a806be820c14e783f8 \
6 file://docs/polkit/html/license.html;md5=4c17ef1587e0f096c82157160d4e340e" 6 file://docs/polkit/html/license.html;md5=54750ec6ece444c50b823234d445dd99"
7 7
8SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz" 8SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz"
9PR = "r2" 9PR = "r0"
10DEPENDS = "libpam expat dbus-glib eggdbus intltool" 10DEPENDS = "libpam expat dbus-glib eggdbus intltool"
11RDEPENDS = "libpam" 11RDEPENDS = "libpam"
12EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" 12EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"
13 13
14inherit autotools pkgconfig 14inherit autotools pkgconfig
15
16FILES_${PN} += "${libdir}/${PN}-1/extensions/*.so \
17 ${datadir}/${PN}-1/actions/* \
18 ${datadir}/dbus-1/system-services/*"
19FILES_${PN}-dbg += "${libdir}/${PN}-1/extensions/.debug/*.so"
20
21SRC_URI[md5sum] = "fcc4d7b19c08ad54d3ce0eae0ab12398"
22SRC_URI[sha256sum] = "f612c7c26ec822f67751420057a4ae113fc50ab51070758faacf2ad30bb3583f"