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 | 7826464b9e047565d74587da2207cbb70db33bee (patch) | |
| tree | 4f8c475b1ed9b88986cf20662cef6f99dfad104b /recipes-graphics | |
| parent | 55212dc35edec01c2c2a797b416f745bf56b0ea8 (diff) | |
| download | meta-freescale-7826464b9e047565d74587da2207cbb70db33bee.tar.gz | |
rapidopenvx: 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>
Diffstat (limited to 'recipes-graphics')
| -rw-r--r-- | recipes-graphics/rapidopenvx/rapidopenvx_1.1.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-graphics/rapidopenvx/rapidopenvx_1.1.0.bb b/recipes-graphics/rapidopenvx/rapidopenvx_1.1.0.bb new file mode 100644 index 000000000..049fca0fd --- /dev/null +++ b/recipes-graphics/rapidopenvx/rapidopenvx_1.1.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Low level header only C++11 RAII wrapper classes for the OpenVX API" | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204" | ||
| 4 | |||
| 5 | SRC_URI = "git://github.com/Unarmed1000/RapidOpenVX;protocol=https;branch=master \ | ||
| 6 | " | ||
| 7 | SRCREV = "909c7abbff0ee35610f07f6fadeaf3a2eadce36e" | ||
| 8 | |||
| 9 | do_install () { | ||
| 10 | install -d ${D}${includedir} | ||
| 11 | cp -r ${S}/include/* ${D}${includedir} | ||
| 12 | } | ||
| 13 | |||
| 14 | ALLOW_EMPTY:${PN} = "1" | ||
