Merge pull request #2299 from panicking/fix/libimxvpuapi-python-dependency
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled

recipes-multimedia: libimxvpuapi: Use python-native instead the host one
This commit is contained in:
Otavio Salvador 2025-05-31 10:06:31 -03:00 committed by GitHub
commit 066dc7ca24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)"