[OE-core] [PATCH] eglibc: fix re-execution of task

Saul Wold sgw at linux.intel.com
Fri Apr 13 22:19:21 UTC 2012


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<ramana.gollamudi at huawei.com>
> ---
>   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!





More information about the Openembedded-core mailing list