diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2020-02-21 19:10:57 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-22 04:35:10 +0000 |
commit | 54617cb6f2bf7f269b8f8ac191e7ecd96ff6c44f (patch) | |
tree | 3f94e3cad5b840803d4d85bcb3344d0e59010ce4 /recipes-ti/devtools/ti-cgt-arm_18.12.1.bb | |
parent | 07739c6ee52fc661dcc2ad78c958b3cefebfd94b (diff) | |
download | meta-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.bb | 2 |
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" | |||
38 | INHIBIT_SYSROOT_STRIP = "1" | 38 | INHIBIT_SYSROOT_STRIP = "1" |
39 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 39 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
40 | 40 | ||
41 | INSANE_SKIP_${PN} += "arch staticdev" | 41 | INSANE_SKIP_${PN} += "arch staticdev file-rdeps" |
42 | 42 | ||
43 | BBCLASSEXTEND = "native nativesdk" | 43 | BBCLASSEXTEND = "native nativesdk" |