From 163cf0f103a555e4fe2959485b3170bbbe6d0bc3 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Tue, 15 Jun 2010 18:28:17 +0400 Subject: 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 --- recipes/gdb/gdb-cross-sdk.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'recipes/gdb/gdb-cross-sdk.inc') diff --git a/recipes/gdb/gdb-cross-sdk.inc b/recipes/gdb/gdb-cross-sdk.inc index 3e6f509057..c78d950d0a 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 +} + -- cgit v1.2.3