diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-11-18 20:03:22 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-22 10:25:33 +0000 |
commit | db3ce4f7f6ede7430efca3550373c2584b5a1703 (patch) | |
tree | a688496368c63b58bf768b03ad74f43c45654bb6 /meta | |
parent | 878878af89b60de802d02161f01a764c03945008 (diff) | |
download | poky-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')
-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 | |||
2 | HOMEPAGE = "http://code.google.com/p/polkit/" | 2 | HOMEPAGE = "http://code.google.com/p/polkit/" |
3 | LICENSE = "LGPLv2+" | 3 | LICENSE = "LGPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \ | 4 | LIC_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 | ||
8 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz" | 8 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz" |
9 | PR = "r2" | 9 | PR = "r0" |
10 | DEPENDS = "libpam expat dbus-glib eggdbus intltool" | 10 | DEPENDS = "libpam expat dbus-glib eggdbus intltool" |
11 | RDEPENDS = "libpam" | 11 | RDEPENDS = "libpam" |
12 | EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" | 12 | EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" |
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | |||
16 | FILES_${PN} += "${libdir}/${PN}-1/extensions/*.so \ | ||
17 | ${datadir}/${PN}-1/actions/* \ | ||
18 | ${datadir}/dbus-1/system-services/*" | ||
19 | FILES_${PN}-dbg += "${libdir}/${PN}-1/extensions/.debug/*.so" | ||
20 | |||
21 | SRC_URI[md5sum] = "fcc4d7b19c08ad54d3ce0eae0ab12398" | ||
22 | SRC_URI[sha256sum] = "f612c7c26ec822f67751420057a4ae113fc50ab51070758faacf2ad30bb3583f" | ||