]> code.ossystems Code Review - openembedded-core.git/commitdiff
polkit: Upgrade to version 0.99
authorDongxiao Xu <dongxiao.xu@intel.com>
Thu, 18 Nov 2010 12:03:22 +0000 (20:03 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 22 Nov 2010 10:25:33 +0000 (10:25 +0000)
Add some missing files while do_package.
Also fix its metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/recipes-extended/polkit/polkit_0.99.bb [moved from meta/recipes-extended/polkit/polkit_0.96.bb with 51% similarity]

similarity index 51%
rename from meta/recipes-extended/polkit/polkit_0.96.bb
rename to meta/recipes-extended/polkit/polkit_0.99.bb
index e6e030b19a89d4dd69795641f4302bd07873ff8f..6551caea5c86c82ee8597784b27f577661b5ba59 100644 (file)
@@ -2,13 +2,21 @@ DESCRIPTION = "The polkit package is an application-level toolkit for defining a
 HOMEPAGE = "http://code.google.com/p/polkit/"
 LICENSE = "LGPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
-                    file://src/polkit/polkit.h;md5=8aa8924570fc5570d20e4a4ad5d2db51 \
-                    file://docs/polkit/html/license.html;md5=4c17ef1587e0f096c82157160d4e340e"
+                    file://src/polkit/polkit.h;beginline=1;endilne=20;md5=9f797b8912dac8a806be820c14e783f8 \
+                    file://docs/polkit/html/license.html;md5=54750ec6ece444c50b823234d445dd99"
 
 SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz"
-PR = "r2"
+PR = "r0"
 DEPENDS = "libpam expat dbus-glib eggdbus intltool"
 RDEPENDS = "libpam"
 EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"
 
 inherit autotools pkgconfig
+
+FILES_${PN} += "${libdir}/${PN}-1/extensions/*.so \
+                ${datadir}/${PN}-1/actions/* \
+                ${datadir}/dbus-1/system-services/*"
+FILES_${PN}-dbg += "${libdir}/${PN}-1/extensions/.debug/*.so"
+
+SRC_URI[md5sum] = "fcc4d7b19c08ad54d3ce0eae0ab12398"
+SRC_URI[sha256sum] = "f612c7c26ec822f67751420057a4ae113fc50ab51070758faacf2ad30bb3583f"