[oe-commits] Dmitry Eremin-Solenikov : gdb-cross-sdk: drop bfd&opcodes messages from the archive

git version control git at git.openembedded.org
Tue Jun 15 15:20:08 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 163cf0f103a555e4fe2959485b3170bbbe6d0bc3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=163cf0f103a555e4fe2959485b3170bbbe6d0bc3

Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Tue Jun 15 18:28:17 2010 +0400

gdb-cross-sdk: drop bfd&opcodes messages from the archive

As a way to restore meta-toolchain generation, drop bfd.mo and
opcodes.mo from gdb-cross-sdk archives, as these files clash with ones
from binutils-cross-sdk.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>

---

 recipes/gdb/gdb-cross-sdk.inc |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/recipes/gdb/gdb-cross-sdk.inc b/recipes/gdb/gdb-cross-sdk.inc
index 3e6f509..c78d950 100644
--- a/recipes/gdb/gdb-cross-sdk.inc
+++ b/recipes/gdb/gdb-cross-sdk.inc
@@ -1,7 +1,7 @@
 require gdb-cross.inc
 LICENSE = "GPLv3"
 
-INC_PR = "r3"
+INC_PR = "r4"
 
 inherit sdk
 
@@ -11,3 +11,9 @@ do_stage() {
 	:
 }
 
+do_install_append() {
+	# these mo files from gdb-cross-sdk clash with files from binutils-cross-sdk
+	# when building sdk archives. Drop them for now as a way to restore toolchains.
+	rm ${D}/${datadir}/locale/*/LC_MESSAGES/{bfd,opcodes}.mo
+}
+





More information about the Openembedded-commits mailing list