[oe-commits] Christopher Larson : external-sourcery-toolchain: ignore GNU_HASH issues with its packages

git at git.openembedded.org git at git.openembedded.org
Thu May 24 07:51:49 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: d29852ba60e7c7657ed3a4d8ac9dacfb0de416ad
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d29852ba60e7c7657ed3a4d8ac9dacfb0de416ad

Author: Christopher Larson <kergoth at gmail.com>
Date:   Mon May 21 16:09:12 2012 -0700

external-sourcery-toolchain: ignore GNU_HASH issues with its packages

Signed-off-by: Christopher Larson <kergoth at gmail.com>

---

 .../meta/external-sourcery-toolchain.bb            |    6 ++++++
 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 a14e958..b8cb6d9 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
 # This test should be fixed to ignore .a files in .debug dirs
 INSANE_SKIP_${PN}-dbg = "staticdev"
 
+# We don't care about GNU_HASH in prebuilt binaries
+INSANE_SKIP_${PN}-utils += "ldflags"
+INSANE_SKIP_libstdc++ += "ldflags"
+INSANE_SKIP_libgcc += "ldflags"
+INSANE_SKIP_gdbserver += "ldflags"
+
 PKG_${PN} = "eglibc"
 PKG_${PN}-dev = "eglibc-dev"
 PKG_${PN}-staticdev = "eglibc-staticdev"





More information about the Openembedded-commits mailing list