From 7826464b9e047565d74587da2207cbb70db33bee Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 14 Jun 2026 02:04:02 -0300 Subject: 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 --- recipes-graphics/rapidopenvx/rapidopenvx_1.1.0.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-graphics/rapidopenvx/rapidopenvx_1.1.0.bb 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 @@ +SUMMARY = "Low level header only C++11 RAII wrapper classes for the OpenVX API" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204" + +SRC_URI = "git://github.com/Unarmed1000/RapidOpenVX;protocol=https;branch=master \ +" +SRCREV = "909c7abbff0ee35610f07f6fadeaf3a2eadce36e" + +do_install () { + install -d ${D}${includedir} + cp -r ${S}/include/* ${D}${includedir} +} + +ALLOW_EMPTY:${PN} = "1" -- cgit v1.2.3-54-g00ecf