summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgit2/libgit2_1.1.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-02 11:38:56 +0000
committerAnuj Mittal <anuj.mittal@intel.com>2021-11-09 11:28:53 +0800
commit8b83eddda83327d25247bb9b61a049b0a8698a45 (patch)
treee2015578e8dd9503f5bfa621ceb4e6835ae1bf03 /meta/recipes-support/libgit2/libgit2_1.1.1.bb
parentfc9209fa892b31b2226008bdaf474750c3b61f38 (diff)
downloadopenembedded-core-8b83eddda83327d25247bb9b61a049b0a8698a45.tar.gz
recipes: Update github.com urls to use https
Github has announced there will be no more git:// fetching from their servers: https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git and they're about to start having brownout periods to encourage people to update. This runs the conversion script over OE-Core to update our urls to use https instead of git. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit b37b61e9a1e448a34957db9ae39285d21352552e) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-support/libgit2/libgit2_1.1.1.bb')
-rw-r--r--meta/recipes-support/libgit2/libgit2_1.1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libgit2/libgit2_1.1.1.bb b/meta/recipes-support/libgit2/libgit2_1.1.1.bb
index ae30a7a100..fcf80e4809 100644
--- a/meta/recipes-support/libgit2/libgit2_1.1.1.bb
+++ b/meta/recipes-support/libgit2/libgit2_1.1.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5b002a195fb7ea2d8d583f07eaff3a8e"
DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2"
-SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.1"
+SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.1;protocol=https"
SRCREV = "8a0dc6783c340e61a44c179c48f832165ad2053c"
S = "${WORKDIR}/git"