aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc.inc
diff options
context:
space:
mode:
authorVenkata ramana gollamudi <ramana.gollamudi@huawei.com>2012-04-13 11:44:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-13 15:58:25 +0100
commitf960da1b48bafb3ccdd58222fe9fc12c1bb6ed9b (patch)
tree58eee2891ab09b77692274017534b1aa4dd10bfb /meta/recipes-core/eglibc/eglibc.inc
parent291e20a51544c640d07767d1dc32d762f4370f41 (diff)
downloadopenembedded-core-contrib-f960da1b48bafb3ccdd58222fe9fc12c1bb6ed9b.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc.inc')
0 files changed, 0 insertions, 0 deletions