[meta-ti] Denys Dmytriyenko : gcc-arm-none-eabi-native: suppress already stripped warning
Arago Project git
git at arago-project.org
Fri Apr 29 18:33:17 PDT 2016
Module: meta-ti
Branch: master
Commit: b64a94a41f06e0652364a4eee45e572ca8de807b
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=b64a94a41f06e0652364a4eee45e572ca8de807b
Author: Denys Dmytriyenko <denys at ti.com>
Date: Sat Apr 30 05:53:42 2016 +0000
gcc-arm-none-eabi-native: suppress already stripped warning
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
.../gcc-arm-none-eabi-native_4.8.2014q3.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/recipes-ti/devtools/gcc-arm-none-eabi-native_4.8.2014q3.bb b/recipes-ti/devtools/gcc-arm-none-eabi-native_4.8.2014q3.bb
index 971ae48..d3dba41 100644
--- a/recipes-ti/devtools/gcc-arm-none-eabi-native_4.8.2014q3.bb
+++ b/recipes-ti/devtools/gcc-arm-none-eabi-native_4.8.2014q3.bb
@@ -19,3 +19,5 @@ do_install() {
}
FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*"
+
+INSANE_SKIP_${PN} = "already-stripped"
More information about the meta-ti
mailing list