diff options
| author | Christopher Larson <kergoth@gmail.com> | 2012-05-21 16:09:12 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-24 08:51:36 +0100 |
| commit | 86d05a429958fa6d4ae2c65dd840ec09d2bc75f1 (patch) | |
| tree | 6e04462e3a01c475d1bdd6bc23e9911d7310fa16 | |
| parent | f60b4cb2f48969661d7702905c21f5f6c19718f9 (diff) | |
| download | poky-86d05a429958fa6d4ae2c65dd840ec09d2bc75f1.tar.gz | |
external-sourcery-toolchain: ignore GNU_HASH issues with its packages
(From OE-Core rev: d29852ba60e7c7657ed3a4d8ac9dacfb0de416ad)
Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/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 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 |
| 93 | INSANE_SKIP_${PN}-dbg = "staticdev" | 93 | INSANE_SKIP_${PN}-dbg = "staticdev" |
| 94 | 94 | ||
| 95 | # We don't care about GNU_HASH in prebuilt binaries | ||
| 96 | INSANE_SKIP_${PN}-utils += "ldflags" | ||
| 97 | INSANE_SKIP_libstdc++ += "ldflags" | ||
| 98 | INSANE_SKIP_libgcc += "ldflags" | ||
| 99 | INSANE_SKIP_gdbserver += "ldflags" | ||
| 100 | |||
| 95 | PKG_${PN} = "eglibc" | 101 | PKG_${PN} = "eglibc" |
| 96 | PKG_${PN}-dev = "eglibc-dev" | 102 | PKG_${PN}-dev = "eglibc-dev" |
| 97 | PKG_${PN}-staticdev = "eglibc-staticdev" | 103 | PKG_${PN}-staticdev = "eglibc-staticdev" |
