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@gmail.com>
require gdb-cross.inc
LICENSE = "GPLv3"
-INC_PR = "r3"
+INC_PR = "r4"
inherit sdk
:
}
+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
+}
+