On 04/13/2012 04:44 AM, Venkata ramana gollamudi wrote:
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<[email protected]>
---
  meta/recipes-core/eglibc/eglibc_2.13.bb |    8 ++++----
  meta/recipes-core/eglibc/eglibc_2.15.bb |    8 ++++----
  2 files changed, 8 insertions(+), 8 deletions(-)


Merged into OE-Core

Thanks
        Sau!


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to