blob: 8a712602cc737105e91d244f0c34565bcdeb39b9 [file] [log] [blame]
Andrew Geisslerc87764f2020-06-27 00:16:32 -05001SUMMARY = "OpenCL API C++ bindings"
2DESCRIPTION = "OpenCL API C++ bindings from Khronos"
3
Andrew Geissler9aee5002022-03-30 16:27:02 +00004SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main"
Andrew Geisslerc87764f2020-06-27 00:16:32 -05005
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
8
Andrew Geissler9aee5002022-03-30 16:27:02 +00009PV = "2.0.16+git${SRCPV}"
10SRCREV = "1df82b9749739f2681081092ae163bb0f0d40f66"
Andrew Geisslerc87764f2020-06-27 00:16:32 -050011
12S = "${WORKDIR}/git"
13
14inherit cmake
15
16EXTRA_OECMAKE = " \
17 -DBUILD_DOCS=OFF \
18 -DBUILD_EXAMPLES=OFF \
19 -DBUILD_TESTS=OFF \
20 "
21
22# Headers only so PN is empty
Patrick Williams213cb262021-08-07 19:21:33 -050023RDEPENDS:${PN}-dev = ""