summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVexatuspl <36969711+Vexatuspl@users.noreply.github.com>2023-06-22 08:28:22 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-06-22 11:22:27 +0000
commitc40b50c7c1ff8016f6bf1de413ea3085d7e58c30 (patch)
treefd1d3e6c5f57f11ece6ecd807a83723722cdf95e
parentc2f8db8019848c5f42fd55447407beb8a1353a43 (diff)
downloadmeta-freescale-c40b50c7c1ff8016f6bf1de413ea3085d7e58c30.tar.gz
Update libimxvpuapi2_2.2.2.bb
This fixes the compilation issue on imx8mp, where "hanto" files are missing. (cherry picked from commit f01d8834fac482da23eb8f7b16f91528e26c93ff)
-rw-r--r--recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.2.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.2.bb
index 5ebf9150..b7f43a61 100644
--- a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.2.bb
+++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.2.bb
@@ -18,7 +18,7 @@ inherit waf pkgconfig use-imx-headers
18IMX_PLATFORM:mx6-nxp-bsp = "imx6" 18IMX_PLATFORM:mx6-nxp-bsp = "imx6"
19IMX_PLATFORM:mx8mq-nxp-bsp = "imx8m" 19IMX_PLATFORM:mx8mq-nxp-bsp = "imx8m"
20IMX_PLATFORM:mx8mm-nxp-bsp = "imx8mm" 20IMX_PLATFORM:mx8mm-nxp-bsp = "imx8mm"
21IMX_PLATFORM:mx8mp-nxp-bsp = "imx8mm" 21IMX_PLATFORM:mx8mp-nxp-bsp = "imx8m"
22 22
23EXTRA_OECONF = "--imx-platform=${IMX_PLATFORM} --libdir=${libdir} --imx-headers=${STAGING_INCDIR_IMX} --sysroot-path=${RECIPE_SYSROOT}" 23EXTRA_OECONF = "--imx-platform=${IMX_PLATFORM} --libdir=${libdir} --imx-headers=${STAGING_INCDIR_IMX} --sysroot-path=${RECIPE_SYSROOT}"
24 24