summaryrefslogtreecommitdiffstats
path: root/recipes/gdb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-15 13:16:48 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-15 13:18:09 -0700
commitc8664fddb9ce79d6b9b2cda05c39d8dc26530128 (patch)
tree5e27e4259199d75c0131f6e8eb088b53ae2b2839 /recipes/gdb
parent3cadc8e431073505ac8043029899862f31cdd9a8 (diff)
downloadopenembedded-c8664fddb9ce79d6b9b2cda05c39d8dc26530128.tar.gz
gdb-common.inc: Add -f to rm the files dont exist while building target gdb
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gdb')
-rw-r--r--recipes/gdb/gdb-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gdb/gdb-common.inc b/recipes/gdb/gdb-common.inc
index 1e0d7c2e9b..c3eef690d7 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