Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
SUMMARY = "OpenCL API C++ bindings"
|
||||
DESCRIPTION = "OpenCL API C++ bindings from Khronos"
|
||||
|
||||
SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main"
|
||||
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
|
||||
PV = "2.0.16+git${SRCPV}"
|
||||
SRCREV = "1df82b9749739f2681081092ae163bb0f0d40f66"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE = " \
|
||||
-DBUILD_DOCS=OFF \
|
||||
-DBUILD_EXAMPLES=OFF \
|
||||
-DBUILD_TESTS=OFF \
|
||||
"
|
||||
|
||||
# Headers only so PN is empty
|
||||
RDEPENDS:${PN}-dev = ""
|
||||
Reference in New Issue
Block a user