[oe] [PATCH] gdb-common: Fix breakage of gdbserver.

David Kozub zub at linux.fjfi.cvut.cz
Wed Jul 14 19:51:56 UTC 2010


Signed-off-by: David Kozub <zub at linux.fjfi.cvut.cz>
---
 recipes/gdb/gdb-common.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gdb/gdb-common.inc b/recipes/gdb/gdb-common.inc
index 1e0d7c2..c3eef69 100644
--- a/recipes/gdb/gdb-common.inc
+++ b/recipes/gdb/gdb-common.inc
@@ -23,7 +23,7 @@ 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 ${D}/${datadir}/locale/*/LC_MESSAGES/{bfd,opcodes}.mo
+	rm -f ${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
-- 
1.7.1





More information about the Openembedded-devel mailing list