Skip to content

Commit 09a3204

Browse files
authored
Merge pull request #1983 from nxp-upstream/optee-os
optee-os: work-around buildpaths QA error of staticdev
2 parents 74d9919 + eaab26c commit 09a3204

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

recipes-security/optee-imx/optee-os-fslc.inc

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017-2021 NXP
1+
# Copyright (C) 2017-2021,2024 NXP
22

33
SUMMARY = "OPTEE OS"
44
DESCRIPTION = "OPTEE OS"
@@ -84,4 +84,7 @@ FILES:${PN} = "${nonarch_base_libdir}/firmware/ ${nonarch_base_libdir}/optee_arm
8484
FILES:${PN}-staticdev = "${includedir}/optee/"
8585
RDEPENDS:${PN}-dev += "${PN}-staticdev"
8686

87+
# FIXME: Build paths are currently embedded
88+
INSANE_SKIP:${PN}-staticdev += "buildpaths"
89+
8790
PACKAGE_ARCH = "${MACHINE_ARCH}"

0 commit comments

Comments
 (0)