diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:02 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:02 -0300 |
| commit | 55212dc35edec01c2c2a797b416f745bf56b0ea8 (patch) | |
| tree | 95c79d9c23bc7dae6c3bb8d2bac87874bef21297 | |
| parent | 6fefb192c9615e09d4db0b3fa45715649f381c43 (diff) | |
| download | meta-freescale-55212dc35edec01c2c2a797b416f745bf56b0ea8.tar.gz | |
rapidopencl: import from meta-freescale-distro
Move the recipe into meta-freescale as part of consolidating all
recipe content into a single layer. meta-freescale-distro is becoming a
thin backward-compatibility layer that only keeps the distro definitions
for the wrynose LTS lifetime and is no longer used for recipe development.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb b/recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb new file mode 100644 index 000000000..d4200d394 --- /dev/null +++ b/recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Experimental low level header only C++11 RAII wrapper classes for the OpenCL API" | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204" | ||
| 4 | |||
| 5 | SRC_URI = "git://github.com/Unarmed1000/RapidOpenCL;protocol=https;branch=master \ | ||
| 6 | " | ||
| 7 | SRCREV = "21254804a56ae96e8385c2652733c338d62da04f" | ||
| 8 | |||
| 9 | # RapidOpenCL is a header-only C++11 RAII wrapper class, so the main package will be empty. | ||
| 10 | |||
| 11 | do_install () { | ||
| 12 | install -d ${D}${includedir} | ||
| 13 | cp -r ${S}/include/* ${D}${includedir} | ||
| 14 | } | ||
| 15 | |||
| 16 | ALLOW_EMPTY:${PN} = "1" | ||
