1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

ti-cgt-arm: skip file-rdeps as this package is precompiled

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Jacob Stiffler
2020-02-21 19:10:57 +00:00
committed by Denys Dmytriyenko
parent 07739c6ee5
commit 54617cb6f2

View File

@@ -38,6 +38,6 @@ INHIBIT_PACKAGE_STRIP = "1"
INHIBIT_SYSROOT_STRIP = "1"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
INSANE_SKIP_${PN} += "arch staticdev"
INSANE_SKIP_${PN} += "arch staticdev file-rdeps"
BBCLASSEXTEND = "native nativesdk"