opencl-headers: upgrade to 2024.10.24

Upgrade OpenCL-Headers to the latest release. Upgrade opencl-clhpp with
the same commit so that they stay in sync, otherwise projects using
clhpp might fail to build.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Dmitry Baryshkov
2025-04-08 13:20:54 +03:00
committed by Khem Raj
parent 43ac902f15
commit ce5320aed3
2 changed files with 2 additions and 2 deletions
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
DEPENDS = "opencl-headers" DEPENDS = "opencl-headers"
SRCREV = "0bdbbfe5ecda42cff50c96cc5e33527f42fcbd45" SRCREV = "c7b4aded1cab9560b226041dd962f63375a9a384"
SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main" SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main"
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SECTION = "base" SECTION = "base"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "8275634cf9ec31b6484c2e6be756237cb583999d" SRCREV = "4ea6df132107e3b4b9407f903204b5522fdffcd6"
SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https" SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https"
inherit cmake inherit cmake