aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2011-12-22 12:15:28 +0800
committerSaul Wold <sgw@linux.intel.com>2012-01-02 20:26:22 -0800
commit114c0b6c423863b4ec27b5acbad3930ef1774306 (patch)
treedba9539c61b829d5736eab298703159c27bc42a5 /meta/recipes-extended
parent3570d0b47e7a7ea05964c21da05faf1f09b66e81 (diff)
downloadopenembedded-core-contrib-114c0b6c423863b4ec27b5acbad3930ef1774306.tar.gz
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. Signed-off-by: Shane Wang <shane.wang@intel.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/polkit/polkit-0.103/introspection.patch (renamed from meta/recipes-extended/polkit/polkit-0.102/introspection.patch)0
-rw-r--r--meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch (renamed from meta/recipes-extended/polkit/polkit-0.102/polkit-1_pam.patch)0
-rw-r--r--meta/recipes-extended/polkit/polkit_0.103.bb (renamed from meta/recipes-extended/polkit/polkit_0.102.bb)7
3 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/polkit/polkit-0.102/introspection.patch b/meta/recipes-extended/polkit/polkit-0.103/introspection.patch
index 58c27abbb3..58c27abbb3 100644
--- a/meta/recipes-extended/polkit/polkit-0.102/introspection.patch
+++ b/meta/recipes-extended/polkit/polkit-0.103/introspection.patch
diff --git a/meta/recipes-extended/polkit/polkit-0.102/polkit-1_pam.patch b/meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch
index 74647efce4..74647efce4 100644
--- a/meta/recipes-extended/polkit/polkit-0.102/polkit-1_pam.patch
+++ b/meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch
diff --git a/meta/recipes-extended/polkit/polkit_0.102.bb b/meta/recipes-extended/polkit/polkit_0.103.bb
index 714aa8e3cc..7f5624228d 100644
--- a/meta/recipes-extended/polkit/polkit_0.102.bb
+++ b/meta/recipes-extended/polkit/polkit_0.103.bb
@@ -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"