mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 12:59:04 +02:00
Merge pull request #2299 from panicking/fix/libimxvpuapi-python-dependency
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
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:
commit
066dc7ca24
|
@ -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