diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-09-25 13:38:34 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-25 13:38:34 -0300 |
commit | 4c1e2ce54ff15d2dc422caa5d33c344ee1898db9 (patch) | |
tree | d309003186b947099c7f50ec73be2dbeb43ef43e | |
parent | 44b010630c486b33f4876979efe974de0ecbbfc5 (diff) | |
parent | f4c323fdb8eb8af5d9050d3b1cc16f04df0609c1 (diff) | |
download | meta-freescale-styhead.tar.gz |
Merge pull request #2388 from Freescale/backport-2385-to-styheadstyhead
[Backport styhead] 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 d96f75bf6..8a187021e 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" |