summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb b/meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb
index 01e83c812c..8663b818e3 100644
--- a/meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb
+++ b/meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb
@@ -8,12 +8,10 @@ S = "${WORKDIR}/git"
8SRCREV = "8275634cf9ec31b6484c2e6be756237cb583999d" 8SRCREV = "8275634cf9ec31b6484c2e6be756237cb583999d"
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
11do_configure[noexec] = "1" 11inherit cmake
12do_compile[noexec] = "1" 12
13EXTRA_OECMAKE = "-DBUILD_TESTING=OFF"
14
13ALLOW_EMPTY:${PN} = "1" 15ALLOW_EMPTY:${PN} = "1"
14 16
15do_install () {
16 install -d ${D}${includedir}/CL/
17 install -m 0644 ${S}/CL/*.h ${D}${includedir}/CL
18}
19BBCLASSEXTEND = "native nativesdk" 17BBCLASSEXTEND = "native nativesdk"