mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
polkit: upgrade to 0.103
This is the patch to upgrade polkit to 0.103. The license is changed because the HTML content is generated by GTK-Doc V1.18 (XML node) rather than GTK-Doc V1.17 (XML node), which causes the change of the tag. (From OE-Core rev: 114c0b6c423863b4ec27b5acbad3930ef1774306) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6e3028cdec
commit
ce7059238b
@@ -4,12 +4,15 @@ HOMEPAGE = "http://code.google.com/p/polkit/"
|
||||
LICENSE = "LGPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
|
||||
file://src/polkit/polkit.h;beginline=1;endilne=20;md5=9f797b8912dac8a806be820c14e783f8 \
|
||||
file://docs/polkit/html/license.html;md5=570dd8c794dc8df913cb03b86e78d936"
|
||||
file://docs/polkit/html/license.html;md5=d85a36709a446c10f4ee123f9dda0e38"
|
||||
|
||||
SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \
|
||||
file://introspection.patch \
|
||||
${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)}"
|
||||
|
||||
SRC_URI[md5sum] = "aaacf2ef18774ea8a825a426a7cfe763"
|
||||
SRC_URI[sha256sum] = "36607c8ce576980ee55bd12bab1944f13217eb8e9d04ab56022545861ece3bc5"
|
||||
|
||||
PAM_SRC_URI = "file://polkit-1_pam.patch"
|
||||
PR = "r0"
|
||||
DEPENDS = "libpam expat dbus-glib eggdbus intltool-native"
|
||||
@@ -28,5 +31,3 @@ do_install_append() {
|
||||
rm -f ${D}${libdir}/${PN}-1/extensions/*.a
|
||||
}
|
||||
|
||||
SRC_URI[md5sum] = "a3726bdb9728c103e58f62131e26693a"
|
||||
SRC_URI[sha256sum] = "0a6573da841c6f5c428218f1456aed45724a0127932af0de563d568bb9058641"
|
||||
Reference in New Issue
Block a user