summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.2.0.bb')
-rw-r--r--recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.2.0.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.2.0.bb b/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.2.0.bb
deleted file mode 100644
index f3e33e0d2..000000000
--- a/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.2.0.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1# Copyright 2023 NXP
2DESCRIPTION = "NXP Multimedia opencl converter lib"
3LICENSE = "Proprietary"
4SECTION = "multimedia"
5LIC_FILES_CHKSUM = "file://COPYING;md5=44a8052c384584ba09077e85a3d1654f"
6DEPENDS = "opencl-headers"
7
8SRC_URI = " \
9 ${FSL_MIRROR}/${BP}.bin;fsl-eula=true \
10 file://0001-src-ocl.c-fix-wrong-integer-type.patch \
11"
12SRC_URI[md5sum] = "dc668682189ce740fb46073e62f58066"
13SRC_URI[sha256sum] = "9f283df500c57421b87d96d9af7022ab490bc241aa28d00755beaadabbcd754b"
14
15inherit fsl-eula-unpack autotools pkgconfig meson
16
17FILES:${PN} += "${datadir}/"
18
19COMPATIBLE_MACHINE = "(^$)"
20COMPATIBLE_MACHINE:imxgpu = "(mx8-nxp-bsp|mx95-nxp-bsp)"
21COMPATIBLE_MACHINE:mx8mm-nxp-bsp = "(^$)"