mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
878878af89
commit
db3ce4f7f6
@@ -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"
|
||||
Reference in New Issue
Block a user