diff options
-rw-r--r-- | meta/recipes-core/meta/external-csl-toolchain.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-core/meta/external-csl-toolchain.bb b/meta/recipes-core/meta/external-csl-toolchain.bb index bafa331693..fb553ab898 100644 --- a/meta/recipes-core/meta/external-csl-toolchain.bb +++ b/meta/recipes-core/meta/external-csl-toolchain.bb | |||
@@ -90,9 +90,8 @@ external_toolchain_sysroot_adjust() { | |||
90 | 90 | ||
91 | PACKAGES =+ "libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev linux-libc-headers linux-libc-headers-dev gdbserver gdbserver-dbg" | 91 | PACKAGES =+ "libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev linux-libc-headers linux-libc-headers-dev gdbserver gdbserver-dbg" |
92 | 92 | ||
93 | INSANE_SKIP_libgcc = "1" | 93 | # This test should be fixed to ignore .a files in .debug dirs |
94 | INSANE_SKIP_libstdc++ = "1" | 94 | INSANE_SKIP_${PN}-dbg = "staticdev" |
95 | INSANE_SKIP_gdbserver = "1" | ||
96 | 95 | ||
97 | PKG_${PN} = "eglibc" | 96 | PKG_${PN} = "eglibc" |
98 | PKG_${PN}-dev = "eglibc-dev" | 97 | PKG_${PN}-dev = "eglibc-dev" |