diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-04-24 21:59:36 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-24 19:49:41 -0700 |
commit | 0804e61bd7f3882b07d4d9b25c90ea37d7b96e11 (patch) | |
tree | 53f1360bab6c92cf8464f0fe5d3eeb961130c9f8 | |
parent | da78900c0cbe0731bcded193a01f23987327baf1 (diff) | |
download | meta-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.bb | 2 |
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" | |||
4 | LICENSE = "LGPL-2.0-or-later" | 4 | LICENSE = "LGPL-2.0-or-later" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/freedesktop/polkit.git;protocol=https;branch=master" | 7 | SRC_URI = "git://gitlab.freedesktop.org/polkit/polkit.git;protocol=https;branch=master" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | SRCREV = "da87c5698019897dd731bb2cbb54ebd9c9481f52" | 10 | SRCREV = "da87c5698019897dd731bb2cbb54ebd9c9481f52" |