summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-ti/devtools/gcc-arm-none-eabi_7-2018-q2-update.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ti/devtools/gcc-arm-none-eabi_7-2018-q2-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi_7-2018-q2-update.bb
index b9e3639b..f474c87f 100644
--- a/recipes-ti/devtools/gcc-arm-none-eabi_7-2018-q2-update.bb
+++ b/recipes-ti/devtools/gcc-arm-none-eabi_7-2018-q2-update.bb
@@ -23,6 +23,7 @@ do_install() {
23 23
24FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*" 24FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*"
25 25
26INSANE_SKIP_${PN} = "already-stripped libdir staticdev" 26INSANE_SKIP_${PN} = "already-stripped libdir staticdev build-deps file-rdeps"
27INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
27 28
28BBCLASSEXTEND = "native nativesdk" 29BBCLASSEXTEND = "native nativesdk"