diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-04-30 05:53:42 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-29 21:32:51 -0400 |
commit | b64a94a41f06e0652364a4eee45e572ca8de807b (patch) | |
tree | 4f479a7f113735ded44881655594c4452997309d /recipes-ti/devtools | |
parent | 4b96409bccb7a674ab0cd0b31a540480bf13d2be (diff) | |
download | meta-ti-b64a94a41f06e0652364a4eee45e572ca8de807b.tar.gz |
gcc-arm-none-eabi-native: suppress already stripped warning
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/devtools')
-rw-r--r-- | recipes-ti/devtools/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 971ae489..d3dba412 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() { | |||
19 | } | 19 | } |
20 | 20 | ||
21 | FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*" | 21 | FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*" |
22 | |||
23 | INSANE_SKIP_${PN} = "already-stripped" | ||