diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2021-11-10 11:56:20 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-21 11:40:35 +0000 |
| commit | d64469d524cac772f1f0a24ba75f69ef636e2aeb (patch) | |
| tree | f5d90c807bb4bacb2ee63b7270b3d38b01d0c492 /meta/recipes-support/libgit2/libgit2_1.1.0.bb | |
| parent | a02e40f98a5ba1c85948ed325727f1ff4677d459 (diff) | |
| download | poky-d64469d524cac772f1f0a24ba75f69ef636e2aeb.tar.gz | |
meta: add explicit branch and protocol to SRC_URI
Add branch name explicitly to SRC_URI where it's not defined and switch
to using https protocol for Github projects.
The change was made using convert-srcuri script in scripts/contrib.
(From OE-Core rev: ab781d4e3fa7425d96ea770ddfd0f01f62018c5b)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgit2/libgit2_1.1.0.bb')
| -rw-r--r-- | meta/recipes-support/libgit2/libgit2_1.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libgit2/libgit2_1.1.0.bb b/meta/recipes-support/libgit2/libgit2_1.1.0.bb index 2bbf59ea74..9b2eec9c9e 100644 --- a/meta/recipes-support/libgit2/libgit2_1.1.0.bb +++ b/meta/recipes-support/libgit2/libgit2_1.1.0.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5b002a195fb7ea2d8d583f07eaff3a8e" | |||
| 5 | 5 | ||
| 6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" | 6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.1" | 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.1;protocol=https" |
| 9 | SRCREV = "7f4fa178629d559c037a1f72f79f79af9c1ef8ce" | 9 | SRCREV = "7f4fa178629d559c037a1f72f79f79af9c1ef8ce" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
