summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/opencl/opencl-cts_2025.01.22.bb (renamed from meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb b/meta-oe/recipes-core/opencl/opencl-cts_2025.01.22.bb
index a65c3da7fc..e374ef1863 100644
--- a/meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb
+++ b/meta-oe/recipes-core/opencl/opencl-cts_2025.01.22.bb
@@ -13,7 +13,7 @@ S = "${WORKDIR}/git"
13SRC_URI = "git://github.com/KhronosGroup/OpenCL-CTS.git;protocol=https;branch=main;lfs=0 \ 13SRC_URI = "git://github.com/KhronosGroup/OpenCL-CTS.git;protocol=https;branch=main;lfs=0 \
14 file://0001-Ignore-Compiler-Warnings.patch" 14 file://0001-Ignore-Compiler-Warnings.patch"
15 15
16SRCREV = "a406b340913f622da089b00f284a597656c10239" 16SRCREV = "5b3518096ca7b82854daadb2b2fae704fe2d9cb5"
17 17
18EXTRA_OECMAKE:append = " -DENABLE_WERROR=OFF -DCL_INCLUDE_DIR=${STAGING_INCDIR} -DCL_LIB_DIR=${STAGING_LIBDIR} -DOPENCL_LIBRARIES=OpenCL" 18EXTRA_OECMAKE:append = " -DENABLE_WERROR=OFF -DCL_INCLUDE_DIR=${STAGING_INCDIR} -DCL_LIB_DIR=${STAGING_LIBDIR} -DOPENCL_LIBRARIES=OpenCL"
19 19