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/bmap-tools | |
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/bmap-tools')
-rw-r--r-- | meta/recipes-support/bmap-tools/bmap-tools_3.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.6.bb b/meta/recipes-support/bmap-tools/bmap-tools_3.6.bb index 611c0fb680..70ce12a06f 100644 --- a/meta/recipes-support/bmap-tools/bmap-tools_3.6.bb +++ b/meta/recipes-support/bmap-tools/bmap-tools_3.6.bb | |||
@@ -9,7 +9,7 @@ SECTION = "console/utils" | |||
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/intel/${BPN}" | 12 | SRC_URI = "git://github.com/intel/${BPN};branch=master;protocol=https" |
13 | 13 | ||
14 | SRCREV = "c0673962a8ec1624b5189dc1d24f33fe4f06785a" | 14 | SRCREV = "c0673962a8ec1624b5189dc1d24f33fe4f06785a" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |