mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
polkit: update SRC_URI
Project has moved to github. Signed-off-by: Marc Ferland <marc.ferland@gmail.com>
This commit is contained in:
@@ -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."
|
||||
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/polkit"
|
||||
LICENSE = "LGPL-2.0-or-later"
|
||||
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"
|
||||
SRCREV = "82f0924dc0eb23b9df68e88dbaf9e07c81940a5a"
|
||||
|
||||
Reference in New Issue
Block a user