mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
c61dc077bb
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
24 lines
595 B
BlitzBasic
24 lines
595 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"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
PV = "2.0.15+git${SRCPV}"
|
|
SRCREV = "f7237f3799009d856935e1eecfd7c9301fe522b4"
|
|
|
|
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 = ""
|