mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
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:
parent
c0b8aa1b5a
commit
2722b7c007
|
@ -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"
|
||||
|
|
|
@ -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)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user