[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: polkit: update to 0.112

git at git.openembedded.org git at git.openembedded.org
Fri Oct 3 22:36:33 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: ceb70b7c8ab1ed65475fa3f84f55f38534f1cf7b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ceb70b7c8ab1ed65475fa3f84f55f38534f1cf7b

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Wed Apr  9 22:56:39 2014 +0200

polkit: update to 0.112

checked in logfile: setting up ownership/permission is performed by make install

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>

---

 .../polkit/{polkit_0.111.bb => polkit_0.112.bb}       | 19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git a/meta-oe/recipes-extended/polkit/polkit_0.111.bb b/meta-oe/recipes-extended/polkit/polkit_0.112.bb
similarity index 76%
rename from meta-oe/recipes-extended/polkit/polkit_0.111.bb
rename to meta-oe/recipes-extended/polkit/polkit_0.112.bb
index 4614387..72b182b 100644
--- a/meta-oe/recipes-extended/polkit/polkit_0.111.bb
+++ b/meta-oe/recipes-extended/polkit/polkit_0.112.bb
@@ -23,26 +23,11 @@ SRC_URI = "http://www.freedesktop.org/software/polkit/releases/polkit-${PV}.tar.
            file://0001-configure.ac-Check-only-for-libsystemd-not-libsystem.patch \
 "
 
-SRC_URI[md5sum] = "81b116edf986d8e13502929a171f4e0d"
-SRC_URI[sha256sum] = "02ae544547211b687818c97bcbf19bf6b8b5be7fda93000525a8765c7bed1ea1"
+SRC_URI[md5sum] = "b0f2fa00a55f47c6a5d88e9b73f80127"
+SRC_URI[sha256sum] = "d695f43cba4748a822fbe864dd32c4887c5da1c71694a47693ace5e88fcf6af6"
 
 EXTRA_OECONF = "--with-os-type=moblin --disable-man-pages --disable-introspection"
 
-do_install_append() {
-    # see configure.log for more details
-    chown root:root ${D}${libdir}/${BPN}-1/polkit-agent-helper-1
-    chmod 4755 ${D}${libdir}/${BPN}-1/polkit-agent-helper-1
-
-    chown root:root ${D}${bindir}/pkexec
-    chmod 4755 ${D}${bindir}/pkexec
-
-    chown polkitd:polkitd ${D}${sysconfdir}/${BPN}-1/rules.d
-    chmod 700 ${D}${sysconfdir}/${BPN}-1/rules.d
-
-    chown polkitd:polkitd ${D}${datadir}/${BPN}-1/rules.d
-    chmod 700 ${D}${datadir}/${BPN}-1/rules.d
-}
-
 PACKAGES =+ "${PN}-examples"
 
 FILES_${PN} += " \



More information about the Openembedded-commits mailing list