mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
polkit: update SRC_URI
Project has moved to github.
Signed-off-by: Marc Ferland <marc.ferland@gmail.com>
(cherry picked from commit fb34082702)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
94d83e480b
commit
fc5b65d80f
@@ -1,10 +1,11 @@
|
|||||||
SUMMARY = "PolicyKit Authorization Framework"
|
SUMMARY = "Polkit 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."
|
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://www.freedesktop.org/wiki/Software/polkit"
|
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/polkit"
|
||||||
LICENSE = "LGPL-2.0-or-later"
|
LICENSE = "LGPL-2.0-or-later"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb"
|
||||||
|
BUGTRACKER = "https://github.com/polkit-org/polkit/issues"
|
||||||
|
|
||||||
SRC_URI = "git://gitlab.freedesktop.org/polkit/polkit.git;protocol=https;branch=master"
|
SRC_URI = "git://github.com/polkit-org/polkit.git;protocol=https;branch=main"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "82f0924dc0eb23b9df68e88dbaf9e07c81940a5a"
|
SRCREV = "82f0924dc0eb23b9df68e88dbaf9e07c81940a5a"
|
||||||
|
|||||||
Reference in New Issue
Block a user