diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-10-21 11:12:37 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-21 11:12:37 -0300 |
commit | 09a3204a0b1fdc123ccf06d11f9f3fdd94224e98 (patch) | |
tree | 394d61995b7c343de9038fbd244ad6b07363b75c /recipes-security | |
parent | 74d9919a81539e4dd91b4c8e579ef67412ffd680 (diff) | |
parent | eaab26c60395a58ec3d93ffb411b958016471f77 (diff) | |
download | meta-freescale-09a3204a0b1fdc123ccf06d11f9f3fdd94224e98.tar.gz |
Merge pull request #1983 from nxp-upstream/optee-os
optee-os: work-around buildpaths QA error of staticdev
Diffstat (limited to 'recipes-security')
-rw-r--r-- | recipes-security/optee-imx/optee-os-fslc.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-security/optee-imx/optee-os-fslc.inc b/recipes-security/optee-imx/optee-os-fslc.inc index b91a5531..61906344 100644 --- a/recipes-security/optee-imx/optee-os-fslc.inc +++ b/recipes-security/optee-imx/optee-os-fslc.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # Copyright (C) 2017-2021 NXP | 1 | # Copyright (C) 2017-2021,2024 NXP |
2 | 2 | ||
3 | SUMMARY = "OPTEE OS" | 3 | SUMMARY = "OPTEE OS" |
4 | DESCRIPTION = "OPTEE OS" | 4 | DESCRIPTION = "OPTEE OS" |
@@ -84,4 +84,7 @@ FILES:${PN} = "${nonarch_base_libdir}/firmware/ ${nonarch_base_libdir}/optee_arm | |||
84 | FILES:${PN}-staticdev = "${includedir}/optee/" | 84 | FILES:${PN}-staticdev = "${includedir}/optee/" |
85 | RDEPENDS:${PN}-dev += "${PN}-staticdev" | 85 | RDEPENDS:${PN}-dev += "${PN}-staticdev" |
86 | 86 | ||
87 | # FIXME: Build paths are currently embedded | ||
88 | INSANE_SKIP:${PN}-staticdev += "buildpaths" | ||
89 | |||
87 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 90 | PACKAGE_ARCH = "${MACHINE_ARCH}" |