summaryrefslogtreecommitdiffstats
path: root/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
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-22 04:35:10 +0000
commit54617cb6f2bf7f269b8f8ac191e7ecd96ff6c44f (patch)
tree3f94e3cad5b840803d4d85bcb3344d0e59010ce4 /recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
parent07739c6ee52fc661dcc2ad78c958b3cefebfd94b (diff)
downloadmeta-ti-54617cb6f2bf7f269b8f8ac191e7ecd96ff6c44f.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>
Diffstat (limited to 'recipes-ti/devtools/ti-cgt-arm_18.12.1.bb')
-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"