mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
ef03cdfc90
This is a header only package. It may be useful to the native machine but it is definitely useful for the nativesdk machine. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
26 lines
636 B
BlitzBasic
26 lines
636 B
BlitzBasic
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"
|
|
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 = ""
|
|
|
|
BBCLASSEXTEND += "native nativesdk"
|