diff options
author | Venkata ramana gollamudi <ramana.gollamudi@huawei.com> | 2012-04-13 11:44:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-13 16:04:11 +0100 |
commit | cc69136bf3f2e9eb4e23d92c7ff26c1647932df4 (patch) | |
tree | 49a90f0a3aa0235d2a671812e1d50097387fef4e /meta/classes/scons.bbclass | |
parent | 396da97103bb1a81e3052b3caad1f2c564f09ea4 (diff) | |
download | poky-cc69136bf3f2e9eb4e23d92c7ff26c1647932df4.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]
(From OE-Core rev: f960da1b48bafb3ccdd58222fe9fc12c1bb6ed9b)
Signed-off-by: Venkata Ramana Gollamudi <ramana.gollamudi@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/scons.bbclass')
0 files changed, 0 insertions, 0 deletions