diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-04-24 21:59:36 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-07 12:16:21 -0400 |
commit | ed29027ee8fe2868676ea060bb934a4bf97b2ea8 (patch) | |
tree | 7d646f55123eb17a876848efc20e84ed72d4fb99 | |
parent | 847784895ca851f2cef76c3ebb249e8e0e0e5959 (diff) | |
download | meta-openembedded-ed29027ee8fe2868676ea060bb934a4bf97b2ea8.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>
(cherry picked from commit 0804e61bd7f3882b07d4d9b25c90ea37d7b96e11)
Signed-off-by: Armin Kuster <akuster808@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" |