diff options
| -rw-r--r-- | meta-oe/recipes-core/opencl/opencl-clhpp_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb index 5a0776c266..8a712602cc 100644 --- a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb +++ b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb | |||
| @@ -1,13 +1,13 @@ | |||
| 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;branch=master" | 4 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main" |
| 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" |
| 8 | 8 | ||
| 9 | PV = "2.0.15+git${SRCPV}" | 9 | PV = "2.0.16+git${SRCPV}" |
| 10 | SRCREV = "f7237f3799009d856935e1eecfd7c9301fe522b4" | 10 | SRCREV = "1df82b9749739f2681081092ae163bb0f0d40f66" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
