summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb (renamed from meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb)2
-rw-r--r--meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb (renamed from meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb)2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb
index 25e7fd633f..b815c22eec 100644
--- a/meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb
+++ b/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
6 6
7DEPENDS = "opencl-headers" 7DEPENDS = "opencl-headers"
8 8
9SRCREV = "0bdbbfe5ecda42cff50c96cc5e33527f42fcbd45" 9SRCREV = "c7b4aded1cab9560b226041dd962f63375a9a384"
10 10
11SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main" 11SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main"
12 12
diff --git a/meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb b/meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb
index 8663b818e3..b47d3f9711 100644
--- a/meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb
+++ b/meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5SECTION = "base" 5SECTION = "base"
6 6
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8SRCREV = "8275634cf9ec31b6484c2e6be756237cb583999d" 8SRCREV = "4ea6df132107e3b4b9407f903204b5522fdffcd6"
9SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https" 9SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https"
10 10
11inherit cmake 11inherit cmake