diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-09-25 13:38:22 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-25 13:38:22 -0300 |
commit | 62423c69631d7f7cffe2bd20997412d76caa94ef (patch) | |
tree | f28bcb5f46c82b14444077192c590676a8d73d7e | |
parent | 281202125dee44b45ddd56822e43af9c007e4d3d (diff) | |
parent | 5c869d808a2fc7b2e4cd8ff9d7997a5c9d55161f (diff) | |
download | meta-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.inc | 2 |
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 | " |
367 | FILES:libopenvx-imx-dev = "${includedir}/VX ${libdir}/libOpenVX${SOLIBSDEV}" | 367 | FILES:libopenvx-imx-dev = "${includedir}/VX ${libdir}/libOpenVX${SOLIBSDEV}" |
368 | RDEPENDS:libopenvx-imx = "libnn-imx ${OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES}" | 368 | RDEPENDS:libopenvx-imx = "${OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES}" |
369 | OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES = "" | 369 | OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES = "" |
370 | OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8qm-nxp-bsp = "libclc-imx libopencl-imx-dev" | 370 | OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8qm-nxp-bsp = "libclc-imx libopencl-imx-dev" |
371 | OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8mp-nxp-bsp = "libclc-imx libopencl-imx-dev" | 371 | OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8mp-nxp-bsp = "libclc-imx libopencl-imx-dev" |