summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2020-02-21 19:10:57 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-02-21 22:13:02 +0000
commitb3cffb41cc8efef3d3c91d57dd6b6467410b9aa9 (patch)
tree07f9e06c0db34e10644bc82c60307ef8b48dd2dd
parent161120dc1ff58b3525626025300290b82578fa6c (diff)
downloadmeta-ti-b3cffb41cc8efef3d3c91d57dd6b6467410b9aa9.tar.gz
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>
-rw-r--r--recipes-ti/devtools/ti-cgt-arm_18.12.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb b/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
index eecde58f..e4e1c483 100644
--- a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
+++ b/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
@@ -38,6 +38,6 @@ INHIBIT_PACKAGE_STRIP = "1"
38INHIBIT_SYSROOT_STRIP = "1" 38INHIBIT_SYSROOT_STRIP = "1"
39INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 39INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
40 40
41INSANE_SKIP_${PN} += "arch staticdev" 41INSANE_SKIP_${PN} += "arch staticdev file-rdeps"
42 42
43BBCLASSEXTEND = "native nativesdk" 43BBCLASSEXTEND = "native nativesdk"