diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb similarity index 81% rename from meta-oe/recipes-core/opencl/opencl-clhpp_git.bb rename to 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 @@ SUMMARY = "OpenCL API C++ bindings" DESCRIPTION = "OpenCL API C++ bindings from Khronos" -SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main" - LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" -PV = "2.0.16+git" -SRCREV = "1df82b9749739f2681081092ae163bb0f0d40f66" +DEPENDS = "opencl-headers" + +SRCREV = "0bdbbfe5ecda42cff50c96cc5e33527f42fcbd45" + +SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main" S = "${WORKDIR}/git" @@ -16,7 +17,7 @@ inherit cmake EXTRA_OECMAKE = " \ -DBUILD_DOCS=OFF \ -DBUILD_EXAMPLES=OFF \ - -DBUILD_TESTS=OFF \ + -DBUILD_TESTING=OFF \ " # Headers only so PN is empty