From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Sanil kumar <sanil.kumar@huawei.com>
Subject: Re: [PATCH] eglibc: fix re-execution of task
Date: Fri, 13 Apr 2012 15:19:21 -0700 [thread overview]
Message-ID: <4F88A669.1080801@linux.intel.com> (raw)
In-Reply-To: <36ED13F3654AE54CA763E6821D93A5711043A0EE@szxeml534-mbs.china.huawei.com>
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@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!
prev parent reply other threads:[~2012-04-13 22:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-13 11:44 [PATCH] eglibc: fix re-execution of task Venkata ramana gollamudi
2012-04-13 22:19 ` Saul Wold [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F88A669.1080801@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=sanil.kumar@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.