summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-09-25 13:38:22 -0300
committerGitHub <noreply@github.com>2025-09-25 13:38:22 -0300
commit62423c69631d7f7cffe2bd20997412d76caa94ef (patch)
treef28bcb5f46c82b14444077192c590676a8d73d7e
parent281202125dee44b45ddd56822e43af9c007e4d3d (diff)
parent5c869d808a2fc7b2e4cd8ff9d7997a5c9d55161f (diff)
downloadmeta-freescale-scarthgap.tar.gz
Merge pull request #2387 from Freescale/backport-2385-to-scarthgapscarthgap
[Backport scarthgap] imx-gpu-viv: Remove un-necessary libnn-imx dependency
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
index df2a999c4..8902933f5 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
@@ -365,7 +365,7 @@ FILES:libopenvx-imx = " \
365 ${libdir}/libArchModelSw${SOLIBS} \ 365 ${libdir}/libArchModelSw${SOLIBS} \
366" 366"
367FILES:libopenvx-imx-dev = "${includedir}/VX ${libdir}/libOpenVX${SOLIBSDEV}" 367FILES:libopenvx-imx-dev = "${includedir}/VX ${libdir}/libOpenVX${SOLIBSDEV}"
368RDEPENDS:libopenvx-imx = "libnn-imx ${OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES}" 368RDEPENDS:libopenvx-imx = "${OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES}"
369OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES = "" 369OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES = ""
370OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8qm-nxp-bsp = "libclc-imx libopencl-imx-dev" 370OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8qm-nxp-bsp = "libclc-imx libopencl-imx-dev"
371OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8mp-nxp-bsp = "libclc-imx libopencl-imx-dev" 371OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8mp-nxp-bsp = "libclc-imx libopencl-imx-dev"