public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Jesse Zhang <sen.zhang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH] coreutils: remove dependency on coreutils-native
Date: Tue, 15 Jan 2013 15:16:47 +0800	[thread overview]
Message-ID: <1358234208-6177-1-git-send-email-sen.zhang@windriver.com> (raw)

Hi,

In builds that exclude GPLv3 packages, such errors will frequently appear:

    make[6]: execvp: rm: Text file busy
Or
    libtool: ...tmp/sysroots/x86_64-linux//bin/mv: Text file busy

And some others in various forms.

It's caused by coreutils-6.9's dependency on coreutils-native, which overrides
host commands and causes these ETXTBSY errors in parallel builds.

This dependency doesn't seem to be necessary, and the GPLv3 recipe doesn't have
it either.

It's also possible to use ASSUME_PROVIDED to exclude coreutils-native, but I
think this might be better.

Jesse Zhang (1):
  coreutils: remove dependency on coreutils-native

 meta/recipes-core/coreutils/coreutils_6.9.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-- 
1.7.11.7




             reply	other threads:[~2013-01-15  8:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-15  7:16 Jesse Zhang [this message]
2013-01-15  7:16 ` [PATCH] coreutils: remove dependency on coreutils-native Jesse Zhang
2013-01-16 11:59   ` Richard Purdie
2013-01-17  2:09     ` Jesse Zhang
2013-01-17  5:37       ` Kamble, Nitin A
2013-01-17  6:15         ` Jesse Zhang
2013-01-17 20:22           ` Richard Purdie

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=1358234208-6177-1-git-send-email-sen.zhang@windriver.com \
    --to=sen.zhang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox