meta-freescale-distro/recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb
Neena Busireddy 5aa9e30f1a meta-freescale-distro: Add whinlatter changes
do_unpack: Recipes that set S = "${WORKDIR}/git" or S = "${UNPACKDIR}/git" should remove that assignment, as S set by bitbake.conf in oe-core now works.

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2025-09-24 17:25:48 -03:00

17 lines
546 B
BlitzBasic

SUMMARY = "Experimental low level header only C++11 RAII wrapper classes for the OpenCL API"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204"
SRC_URI = "git://github.com/Unarmed1000/RapidOpenCL;protocol=https;branch=master \
"
SRCREV = "21254804a56ae96e8385c2652733c338d62da04f"
# RapidOpenCL is a header-only C++11 RAII wrapper class, so the main package will be empty.
do_install () {
install -d ${D}${includedir}
cp -r ${S}/include/* ${D}${includedir}
}
ALLOW_EMPTY:${PN} = "1"