diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-02 23:06:48 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-03 06:57:49 -0700 |
commit | b402a3076fbafe05d0b8621e50603b65c3fe8147 (patch) | |
tree | 4cf5c1f27d02abeba179d3f9ae5273178212594a /meta-oe/recipes-core/opencl | |
parent | 175765fdf30200314d19bc8f11f4ede9b820dad6 (diff) | |
download | meta-openembedded-b402a3076fbafe05d0b8621e50603b65c3fe8147.tar.gz |
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/opencl')
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb b/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb index d94e4c2f0a..1746e21dbf 100644 --- a/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb +++ b/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb | |||
@@ -5,7 +5,7 @@ DESCRIPTION = "Open Source alternative to vendor specific OpenCL ICD loaders." | |||
5 | LICENSE = "BSD-2-Clause" | 5 | LICENSE = "BSD-2-Clause" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1238d5bccbb6bda30654e48dcc0a554b" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1238d5bccbb6bda30654e48dcc0a554b" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https" | 8 | SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https;branch=master" |
9 | 9 | ||
10 | SRCREV = "59c098b6b1f97a339e3e5308499aee6538ecea40" | 10 | SRCREV = "59c098b6b1f97a339e3e5308499aee6538ecea40" |
11 | 11 | ||
diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb index 4645dd133b..5a0776c266 100644 --- a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb +++ b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "OpenCL API C++ bindings" | 1 | SUMMARY = "OpenCL API C++ bindings" |
2 | DESCRIPTION = "OpenCL API C++ bindings from Khronos" | 2 | DESCRIPTION = "OpenCL API C++ bindings from Khronos" |
3 | 3 | ||
4 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https" | 4 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=master" |
5 | 5 | ||
6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
diff --git a/meta-oe/recipes-core/opencl/opencl-headers_git.bb b/meta-oe/recipes-core/opencl/opencl-headers_git.bb index 4a165001d4..f77bf46d24 100644 --- a/meta-oe/recipes-core/opencl/opencl-headers_git.bb +++ b/meta-oe/recipes-core/opencl/opencl-headers_git.bb | |||
@@ -7,7 +7,7 @@ SECTION = "base" | |||
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | # v2020.12.18 | 8 | # v2020.12.18 |
9 | SRCREV = "c57ba81c460ee97b6b9d0b8d18faf5ba6883114b" | 9 | SRCREV = "c57ba81c460ee97b6b9d0b8d18faf5ba6883114b" |
10 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git" | 10 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=master;protocol=https" |
11 | 11 | ||
12 | do_configure[noexec] = "1" | 12 | do_configure[noexec] = "1" |
13 | do_compile[noexec] = "1" | 13 | do_compile[noexec] = "1" |
diff --git a/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb b/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb index 43680fe752..45b1ad5494 100644 --- a/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb +++ b/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb | |||
@@ -11,7 +11,7 @@ inherit pkgconfig cmake | |||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | PV = "2020.12.18+git${SRCPV}" | 12 | PV = "2020.12.18+git${SRCPV}" |
13 | SRCREV = "1d5315c3ed30d026acb79a1aa53a276fc833ffa7" | 13 | SRCREV = "1d5315c3ed30d026acb79a1aa53a276fc833ffa7" |
14 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git" | 14 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git;branch=master;protocol=https" |
15 | 15 | ||
16 | do_install () { | 16 | do_install () { |
17 | install -d ${D}${bindir} | 17 | install -d ${D}${bindir} |