diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-06-16 01:25:59 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-06-16 02:38:53 +0400 |
commit | 7f86f9029c5e24f33cb98a06e6e194d985003c8f (patch) | |
tree | 50a0aceda6671d7ae37ab6bcd5260903229a9ea3 /recipes/gdb | |
parent | 024ce7a16f931d73886d94d75471c04f04697bdb (diff) |
gdb-cross-sdk: drop more files conflicting with binutils-cross-sdk
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/gdb')
-rw-r--r-- | recipes/gdb/gdb-cross-sdk.inc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/recipes/gdb/gdb-cross-sdk.inc b/recipes/gdb/gdb-cross-sdk.inc index c78d950d0a..eb15bb55e7 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 = "r4" +INC_PR = "r5" inherit sdk @@ -15,5 +15,13 @@ 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 + + # we don't care about these infos, installed from binutils + rm -f ${D}/${infodir}/{configure,standards,bfd}.info + + # We use libiberty from binutils + rm -f ${D}${prefix}/${TARGET_SYS}/lib/libiberty.a + rm -f ${D}${libdir}/libiberty.a + } |