]> code.ossystems Code Review - openembedded-core.git/commit
eglibc: fix re-execution of task
authorVenkata ramana gollamudi <ramana.gollamudi@huawei.com>
Fri, 13 Apr 2012 11:44:49 +0000 (11:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Apr 2012 14:58:25 +0000 (15:58 +0100)
commitf960da1b48bafb3ccdd58222fe9fc12c1bb6ed9b
tree58eee2891ab09b77692274017534b1aa4dd10bfb
parent291e20a51544c640d07767d1dc32d762f4370f41
eglibc: fix re-execution of task

Task do_patch_append calling do_fix_ia_headers is removing files using "rm" not "rm -f".
So first time execution of patch task is success, while re-execution of patch task
fails as it tries to remove the files already removed.

So changed "rm" to "rm -f".

[Yocto #2194]

Signed-off-by: Venkata Ramana Gollamudi <ramana.gollamudi@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/eglibc/eglibc_2.13.bb
meta/recipes-core/eglibc/eglibc_2.15.bb