]> code.ossystems Code Review - openembedded-core.git/commitdiff
polkit: upgrade to 0.103
authorShane Wang <shane.wang@intel.com>
Thu, 22 Dec 2011 04:15:28 +0000 (12:15 +0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 3 Jan 2012 04:26:22 +0000 (20:26 -0800)
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>
meta/recipes-extended/polkit/polkit-0.103/introspection.patch [moved from meta/recipes-extended/polkit/polkit-0.102/introspection.patch with 100% similarity]
meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch [moved from meta/recipes-extended/polkit/polkit-0.102/polkit-1_pam.patch with 100% similarity]
meta/recipes-extended/polkit/polkit_0.103.bb [moved from meta/recipes-extended/polkit/polkit_0.102.bb with 84% similarity]

similarity index 84%
rename from meta/recipes-extended/polkit/polkit_0.102.bb
rename to meta/recipes-extended/polkit/polkit_0.103.bb
index 714aa8e3cc95bbc2c505329c26f04010a088edd7..7f5624228db103e079cd8101fde64e4ebe6cb717 100644 (file)
@@ -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"