summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb
blob: 412b573cb4ad419d42734e629de30e73940cb7cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY  = "OpenCL API Headers"
DESCRIPTION = "OpenCL compute API headers from Khronos Group"
LICENSE  = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SECTION = "base"

S = "${WORKDIR}/git"
SRCREV = "4ea6df132107e3b4b9407f903204b5522fdffcd6"
SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https \
           file://0001-Command-buffer-supported-queue-properties-265.patch \
           "

inherit cmake

EXTRA_OECMAKE = "-DBUILD_TESTING=OFF"

ALLOW_EMPTY:${PN} = "1"

BBCLASSEXTEND = "native nativesdk"