summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorMarc Ferland <marc.ferland@gmail.com>2024-07-22 22:26:12 -0400
committerKhem Raj <raj.khem@gmail.com>2024-07-25 18:48:11 -0700
commitfb3408270282fbd619df7a5efac5178cabc37ddb (patch)
treee28db52969d2eb87a5007864be13714e8bfedfff /meta-oe/recipes-extended
parent37a1a632d53d50304e7b01e56c290ad4cc456194 (diff)
downloadmeta-openembedded-fb3408270282fbd619df7a5efac5178cabc37ddb.tar.gz
polkit: update SRC_URI
Project has moved to github. Signed-off-by: Marc Ferland <marc.ferland@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/polkit/polkit_124.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/polkit/polkit_124.bb b/meta-oe/recipes-extended/polkit/polkit_124.bb
index 9e2eb05c6..a597b40ee 100644
--- a/meta-oe/recipes-extended/polkit/polkit_124.bb
+++ b/meta-oe/recipes-extended/polkit/polkit_124.bb
@@ -1,10 +1,11 @@
1SUMMARY = "PolicyKit Authorization Framework" 1SUMMARY = "Polkit Authorization Framework"
2DESCRIPTION = "The polkit package is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes." 2DESCRIPTION = "The polkit package is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes."
3HOMEPAGE = "http://www.freedesktop.org/wiki/Software/polkit" 3HOMEPAGE = "http://www.freedesktop.org/wiki/Software/polkit"
4LICENSE = "LGPL-2.0-or-later" 4LICENSE = "LGPL-2.0-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb" 5LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb"
6BUGTRACKER = "https://github.com/polkit-org/polkit/issues"
6 7
7SRC_URI = "git://gitlab.freedesktop.org/polkit/polkit.git;protocol=https;branch=master" 8SRC_URI = "git://github.com/polkit-org/polkit.git;protocol=https;branch=main"
8 9
9S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
10SRCREV = "82f0924dc0eb23b9df68e88dbaf9e07c81940a5a" 11SRCREV = "82f0924dc0eb23b9df68e88dbaf9e07c81940a5a"