]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
gnu-config: update SRC_URI
authorMinjae Kim <flowergom@gmail.com>
Tue, 22 Mar 2022 20:32:51 +0000 (21:32 +0100)
committerAnuj Mittal <anuj.mittal@intel.com>
Thu, 7 Apr 2022 06:40:13 +0000 (14:40 +0800)
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>
(cherry picked from commit 6d0133c38fcb9b5ac3bdeaf65ef4d2cca2fc0586)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-devtools/gnu-config/gnu-config_git.bb

index 794e39546c06514e7f5c959d379de0ade841d9f8..f4bc752d9fc7d34b6d51745e5d135632ee0f4d4f 100644 (file)
@@ -12,7 +12,7 @@ INHIBIT_DEFAULT_DEPS = "1"
 SRCREV = "805517123cbfe33d17c989a18e78c5789fab0437"
 PV = "20210722+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"