summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinjae Kim <flowergom@gmail.com>2022-03-22 21:32:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-24 17:41:41 +0000
commit6d0133c38fcb9b5ac3bdeaf65ef4d2cca2fc0586 (patch)
treecbb344b16b36f1373a11da409795b1b2cd6e9c02
parent1e600731a459c1dfe14032e5242806a25f091b41 (diff)
downloadopenembedded-core-contrib-6d0133c38fcb9b5ac3bdeaf65ef4d2cca2fc0586.tar.gz
gnu-config: update SRC_URI
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>
-rw-r--r--meta/recipes-devtools/gnu-config/gnu-config_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
index 6b025fce2c..83c18a1ca3 100644
--- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb
+++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
@@ -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"