aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2023-07-19 11:06:12 +0800
committerArmin Kuster <akuster808@gmail.com>2023-07-25 07:13:43 -0400
commit9c62a90f3f758ed4a7f5dfb4fcd3c1c3bf44ad5a (patch)
treecb481e6b57853192b6ec76989d35c9a30c8d1fc5
parentcb365a53787e59181c0b37f28cff15b36cb42fe6 (diff)
downloadmeta-openembedded-9c62a90f3f758ed4a7f5dfb4fcd3c1c3bf44ad5a.tar.gz
gnulib: Update SRC_URI
Update the SRC_URI to fix the do_fetch warning. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb b/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb
index a27968079e..9e09b971c9 100644
--- a/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb
+++ b/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb
@@ -13,7 +13,7 @@ LICENSE = "LGPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=56a22a6e5bcce45e2c8ac184f81412b5"
SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3"
-SRC_URI = "git://git.savannah.gnu.org/git/gnulib.git;branch=master \
+SRC_URI = "git://git.savannah.gnu.org/git/gnulib.git;branch=master;protocol=https \
"
S = "${WORKDIR}/git"