diff options
author | Ross Burton <ross.burton@intel.com> | 2012-10-25 14:07:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-25 17:50:19 +0100 |
commit | ad39133c4c61657d4d27fd1b8490014705dcc5b8 (patch) | |
tree | 48455823afa1acdfdae78fd2716bdf7bae933432 /meta/recipes-extended/bash | |
parent | c65e88b3f20627d7e49e0306f336eee3fb256d1e (diff) | |
download | poky-ad39133c4c61657d4d27fd1b8490014705dcc5b8.tar.gz |
diffutils: fix rebuilds
If diffutils rebuilds it tries to remove with "rm" files that don't exist
anymore, resulting in an error.
Use rm -f so the removal always succeeds.
(From OE-Core rev: becd38412a95f3f9f6c3450a87a7204be032d2e6)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash')
0 files changed, 0 insertions, 0 deletions