diff options
author | Peter Kjellerstedt <pkj@axis.com> | 2025-03-29 05:04:45 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-29 08:24:01 -0700 |
commit | 923a5dcee7f100141de8d840c9ccb0db9e29cc3c (patch) | |
tree | 19430c9af5c2d3c12882d288be86731e940b002e | |
parent | 48a37e6c3beac2795a72f1748eb6a2f77ce2aed4 (diff) | |
download | meta-openembedded-923a5dcee7f100141de8d840c9ccb0db9e29cc3c.tar.gz |
opencl-clhpp: Update to 2024.05.08
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb (renamed from meta-oe/recipes-core/opencl/opencl-clhpp_git.bb) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb index 23007d7cca..25e7fd633f 100644 --- a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb +++ b/meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb | |||
@@ -1,13 +1,14 @@ | |||
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=main" | ||
5 | |||
6 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
8 | 6 | ||
9 | PV = "2.0.16+git" | 7 | DEPENDS = "opencl-headers" |
10 | SRCREV = "1df82b9749739f2681081092ae163bb0f0d40f66" | 8 | |
9 | SRCREV = "0bdbbfe5ecda42cff50c96cc5e33527f42fcbd45" | ||
10 | |||
11 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main" | ||
11 | 12 | ||
12 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
13 | 14 | ||
@@ -16,7 +17,7 @@ inherit cmake | |||
16 | EXTRA_OECMAKE = " \ | 17 | EXTRA_OECMAKE = " \ |
17 | -DBUILD_DOCS=OFF \ | 18 | -DBUILD_DOCS=OFF \ |
18 | -DBUILD_EXAMPLES=OFF \ | 19 | -DBUILD_EXAMPLES=OFF \ |
19 | -DBUILD_TESTS=OFF \ | 20 | -DBUILD_TESTING=OFF \ |
20 | " | 21 | " |
21 | 22 | ||
22 | # Headers only so PN is empty | 23 | # Headers only so PN is empty |