diff options
| author | Michael Trimarchi <michael@amarulasolutions.com> | 2025-05-31 10:35:20 +0200 |
|---|---|---|
| committer | Michael Trimarchi <michael@amarulasolutions.com> | 2025-05-31 10:35:20 +0200 |
| commit | 2722b7c007267f6b6042898c4417b5833dc5f5c9 (patch) | |
| tree | 0de6662812281b53280f5a1fae1b92ba36fb994a | |
| parent | c0b8aa1b5a83befbd93eaec6b8f911d276ad75a0 (diff) | |
| download | meta-freescale-2722b7c007267f6b6042898c4417b5833dc5f5c9.tar.gz | |
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>
| -rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.1.bb | 2 | ||||
| -rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.1.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.1.bb index e10287791..2b2dbdfdc 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.1.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.1.bb | |||
| @@ -16,7 +16,7 @@ SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};proto | |||
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | inherit waf pkgconfig use-imx-headers | 19 | inherit waf pkgconfig use-imx-headers python3native |
| 20 | 20 | ||
| 21 | IMX_PLATFORM:mx6-nxp-bsp = "imx6" | 21 | IMX_PLATFORM:mx6-nxp-bsp = "imx6" |
| 22 | IMX_PLATFORM:mx8mq-nxp-bsp = "imx8m" | 22 | IMX_PLATFORM:mx8mq-nxp-bsp = "imx8m" |
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb index e3a051937..9391a5fb4 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};proto | |||
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| 17 | inherit waf pkgconfig | 17 | inherit waf pkgconfig python3native |
| 18 | 18 | ||
| 19 | COMPATIBLE_MACHINE = "(mx6q-nxp-bsp|mx6dl-nxp-bsp)" | 19 | COMPATIBLE_MACHINE = "(mx6q-nxp-bsp|mx6dl-nxp-bsp)" |
| 20 | 20 | ||
