summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/meta')
-rw-r--r--meta/recipes-core/meta/external-sourcery-toolchain.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/external-sourcery-toolchain.bb b/meta/recipes-core/meta/external-sourcery-toolchain.bb
index a14e95867d..b8cb6d9baf 100644
--- a/meta/recipes-core/meta/external-sourcery-toolchain.bb
+++ b/meta/recipes-core/meta/external-sourcery-toolchain.bb
@@ -92,6 +92,12 @@ PACKAGES =+ "libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev linux
92# This test should be fixed to ignore .a files in .debug dirs 92# This test should be fixed to ignore .a files in .debug dirs
93INSANE_SKIP_${PN}-dbg = "staticdev" 93INSANE_SKIP_${PN}-dbg = "staticdev"
94 94
95# We don't care about GNU_HASH in prebuilt binaries
96INSANE_SKIP_${PN}-utils += "ldflags"
97INSANE_SKIP_libstdc++ += "ldflags"
98INSANE_SKIP_libgcc += "ldflags"
99INSANE_SKIP_gdbserver += "ldflags"
100
95PKG_${PN} = "eglibc" 101PKG_${PN} = "eglibc"
96PKG_${PN}-dev = "eglibc-dev" 102PKG_${PN}-dev = "eglibc-dev"
97PKG_${PN}-staticdev = "eglibc-staticdev" 103PKG_${PN}-staticdev = "eglibc-staticdev"