diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2020-02-21 19:10:57 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-21 22:13:02 +0000 |
commit | b3cffb41cc8efef3d3c91d57dd6b6467410b9aa9 (patch) | |
tree | 07f9e06c0db34e10644bc82c60307ef8b48dd2dd | |
parent | 161120dc1ff58b3525626025300290b82578fa6c (diff) | |
download | meta-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.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" |