From db3ce4f7f6ede7430efca3550373c2584b5a1703 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Thu, 18 Nov 2010 20:03:22 +0800 Subject: [PATCH] polkit: Upgrade to version 0.99 Add some missing files while do_package. Also fix its metadata Signed-off-by: Dongxiao Xu --- .../polkit/{polkit_0.96.bb => polkit_0.99.bb} | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) rename meta/recipes-extended/polkit/{polkit_0.96.bb => polkit_0.99.bb} (51%) diff --git a/meta/recipes-extended/polkit/polkit_0.96.bb b/meta/recipes-extended/polkit/polkit_0.99.bb similarity index 51% rename from meta/recipes-extended/polkit/polkit_0.96.bb rename to 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 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" -- 2.40.1