From b3cffb41cc8efef3d3c91d57dd6b6467410b9aa9 Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Fri, 21 Feb 2020 19:10:57 +0000 Subject: ti-cgt-arm: skip file-rdeps as this package is precompiled Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- recipes-ti/devtools/ti-cgt-arm_18.12.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" INHIBIT_SYSROOT_STRIP = "1" INHIBIT_PACKAGE_DEBUG_SPLIT = "1" -INSANE_SKIP_${PN} += "arch staticdev" +INSANE_SKIP_${PN} += "arch staticdev file-rdeps" BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf