From 1e2e6295dae84b73ba33c24ddeeb8916667afe68 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 4 Oct 2010 16:29:17 -0700 Subject: [PATCH] gdb-common.inc: Nuke a few more possible conflicts. Signed-off-by: Tom Rini --- recipes/gdb/gdb-common.inc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/recipes/gdb/gdb-common.inc b/recipes/gdb/gdb-common.inc index 344c10b4db..48a12d16e5 100644 --- a/recipes/gdb/gdb-common.inc +++ b/recipes/gdb/gdb-common.inc @@ -23,13 +23,16 @@ S = "${WORKDIR}/gdb-${PV}" B = "${WORKDIR}/build-${TARGET_SYS}" 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 -f ${D}/${datadir}/locale/*/LC_MESSAGES/{bfd,opcodes}.mo + # these mo and doc 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 -f ${D}${datadir}/locale/*/LC_MESSAGES/{bfd,opcodes}.mo + rm -rf ${D}${docdir}/bfd.html # we don't care about these infos, installed from binutils - rm -f ${D}/${infodir}/{configure,standards,bfd}.info - rm -f ${D}/${infodir}/dir + rm -f ${D}${infodir}/{configure,standards,bfd}.info + rm -f ${D}${docdir}/{configure,standards,bfd,libiberty}.html + rm -f ${D}${infodir}/dir # We use libiberty from binutils rm -f ${D}${prefix}/${TARGET_SYS}/lib/libiberty.a @@ -41,4 +44,3 @@ do_install_append() { # Use libopcodes from binutils. rm -f ${D}${prefix}/lib/libopcodes.{,l}a } - -- 2.39.5