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:38:28 +0000 |
commit | 5df4103a6ab19428f857e4b05aecfecd71b5f0df (patch) | |
tree | 1394f930120de659dabaf30e3d983aaabe8653cf | |
parent | ab7f34dc9a931fd2d8a324d01069c4a3ec91a3fa (diff) | |
download | poky-5df4103a6ab19428f857e4b05aecfecd71b5f0df.tar.gz |
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.
(From OE-Core rev: 36fda78f7ef80a639bf5d760a611c3f2d0327b63)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@ | |||
1 | SUMMARY = "PolicyKit Authorization Framework" | 1 | SUMMARY = "PolicyKit Authorization Framework" |
2 | DESCRIPTION = "The polkit package is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes." | 2 | DESCRIPTION = "The polkit package is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes." |
3 | HOMEPAGE = "http://code.google.com/p/polkit/" | 3 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/polkit" |
4 | LICENSE = "LGPLv2+" | 4 | LICENSE = "LGPLv2+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \ |
6 | file://src/polkit/polkit.h;beginline=1;endline=20;md5=0a8630b0133176d0504c87a0ded39db4" | 6 | 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" | |||
13 | PR = "r8" | 13 | PR = "r8" |
14 | 14 | ||
15 | PAM_SRC_URI = "file://polkit-1_pam.patch" | 15 | PAM_SRC_URI = "file://polkit-1_pam.patch" |
16 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \ | 16 | SRC_URI = "http://www.freedesktop.org/software/polkit/releases/polkit-${PV}.tar.gz \ |
17 | ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \ | 17 | ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \ |
18 | file://0001-PolkitUnixSession-Set-error-if-we-cannot-find-a-sess.patch \ | 18 | file://0001-PolkitUnixSession-Set-error-if-we-cannot-find-a-sess.patch \ |
19 | file://0002-PolkitUnixSession-Actually-return-TRUE-if-a-session-.patch \ | 19 | file://0002-PolkitUnixSession-Actually-return-TRUE-if-a-session-.patch \ |