summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-04-24 21:59:36 +0200
committerKhem Raj <raj.khem@gmail.com>2023-04-24 19:49:41 -0700
commit0804e61bd7f3882b07d4d9b25c90ea37d7b96e11 (patch)
tree53f1360bab6c92cf8464f0fe5d3eeb961130c9f8
parentda78900c0cbe0731bcded193a01f23987327baf1 (diff)
downloadmeta-openembedded-0804e61bd7f3882b07d4d9b25c90ea37d7b96e11.tar.gz
polkit: update SRC_URI
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/polkit/polkit_122.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/polkit/polkit_122.bb b/meta-oe/recipes-extended/polkit/polkit_122.bb
index b441da744e..2906406261 100644
--- a/meta-oe/recipes-extended/polkit/polkit_122.bb
+++ b/meta-oe/recipes-extended/polkit/polkit_122.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "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"
6 6
7SRC_URI = "git://github.com/freedesktop/polkit.git;protocol=https;branch=master" 7SRC_URI = "git://gitlab.freedesktop.org/polkit/polkit.git;protocol=https;branch=master"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10SRCREV = "da87c5698019897dd731bb2cbb54ebd9c9481f52" 10SRCREV = "da87c5698019897dd731bb2cbb54ebd9c9481f52"