]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gnu-config: update SRC_URI
authorMinjae Kim <flowergom@gmail.com>
Tue, 22 Mar 2022 20:32:51 +0000 (21:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Mar 2022 17:41:41 +0000 (17:41 +0000)
The git repo for gnu-config was changed, so update the
SRC_URI accordingly with the new link.

Signed-off-by:Minjae Kim <flowergom@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/gnu-config/gnu-config_git.bb

index 6b025fce2cd78b4c5af5b6d5074b7673bafc57f3..83c18a1ca34fa7342275b053b46000fe9d2fe65a 100644 (file)
@@ -12,7 +12,7 @@ INHIBIT_DEFAULT_DEPS = "1"
 SRCREV = "191bcb948f7191c36eefe634336f5fc5c0c4c2be"
 PV = "20211108+git${SRCPV}"
 
-SRC_URI = "git://git.savannah.gnu.org/config.git;branch=master \
+SRC_URI = "git://git.savannah.gnu.org/git/config.git;protocol=https;branch=master \
            file://gnu-configize.in"
 S = "${WORKDIR}/git"
 UPSTREAM_CHECK_COMMITS = "1"