recipes-multimedia: libimxvpuapi: Use python-native instead the host one

The usage of the host native can break the build in depends of the
container version you run and even let you depend on host tools.
Make the dependency on yocto package

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
This commit is contained in:
Michael Trimarchi 2025-05-31 10:35:20 +02:00
parent c0b8aa1b5a
commit 2722b7c007
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};proto
S = "${WORKDIR}/git"
inherit waf pkgconfig use-imx-headers
inherit waf pkgconfig use-imx-headers python3native
IMX_PLATFORM:mx6-nxp-bsp = "imx6"
IMX_PLATFORM:mx8mq-nxp-bsp = "imx8m"

View File

@ -14,7 +14,7 @@ SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};proto
S = "${WORKDIR}/git"
inherit waf pkgconfig
inherit waf pkgconfig python3native
COMPATIBLE_MACHINE = "(mx6q-nxp-bsp|mx6dl-nxp-bsp)"