diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-01-05 08:22:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 13:28:49 +0000 |
commit | 36fda78f7ef80a639bf5d760a611c3f2d0327b63 (patch) | |
tree | c773d1089e7f58d07e0adba9888d96765f7ed2c8 /meta | |
parent | 3e87b2b796e2de50adcdf5ed9d777765ae8e3cee (diff) | |
download | openembedded-core-36fda78f7ef80a639bf5d760a611c3f2d0327b63.tar.gz openembedded-core-36fda78f7ef80a639bf5d760a611c3f2d0327b63.tar.bz2 openembedded-core-36fda78f7ef80a639bf5d760a611c3f2d0327b63.zip |
polkit: update SRC_URI and HOMEPAGE
Author of old code.google.com homepage lists polkit under heading
'former projects'. Newer versions are available from page at
freedesktop.org. Freedesktop.org homepage also points to SRC_URI
different from what we've been using. Latest version there is 0.109,
while latest version in old SRC_URI is 0.104.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/polkit/polkit_0.104.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb index 74b5379366..4eaec8cacc 100644 --- a/meta/recipes-extended/polkit/polkit_0.104.bb +++ b/meta/recipes-extended/polkit/polkit_0.104.bb @@ -1,6 +1,6 @@ SUMMARY = "PolicyKit Authorization Framework" DESCRIPTION = "The polkit package is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes." -HOMEPAGE = "http://code.google.com/p/polkit/" +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/polkit" LICENSE = "LGPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \ file://src/polkit/polkit.h;beginline=1;endline=20;md5=0a8630b0133176d0504c87a0ded39db4" @@ -13,7 +13,7 @@ PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam" PR = "r8" PAM_SRC_URI = "file://polkit-1_pam.patch" -SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \ +SRC_URI = "http://www.freedesktop.org/software/polkit/releases/polkit-${PV}.tar.gz \ ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \ file://0001-PolkitUnixSession-Set-error-if-we-cannot-find-a-sess.patch \ file://0002-PolkitUnixSession-Actually-return-TRUE-if-a-session-.patch \ |