From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Jesse Zhang <sen.zhang@windriver.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] coreutils: remove dependency on coreutils-native
Date: Wed, 16 Jan 2013 11:59:41 +0000 [thread overview]
Message-ID: <1358337581.8129.2.camel@ted> (raw)
In-Reply-To: <1358234208-6177-2-git-send-email-sen.zhang@windriver.com>
On Tue, 2013-01-15 at 15:16 +0800, Jesse Zhang wrote:
> If coreutils-native is built, it will replace the host commands and will
> in parallel builds cause such errors:
>
> make[6]: execvp: rm: Text file busy
>
> libtool: ...tmp/sysroots/x86_64-linux//bin/mv: Text file busy
>
> Remove the dependency and always use the host version.
>
> Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
> ---
> meta/recipes-core/coreutils/coreutils_6.9.bb | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb
> index 37d8dc9..c0778ba 100644
> --- a/meta/recipes-core/coreutils/coreutils_6.9.bb
> +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb
> @@ -8,8 +8,7 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils"
> LICENSE = "GPLv2+"
> LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
> file://src/ls.c;beginline=4;endline=16;md5=15ed60f67b1db5fedd5dbc37cf8a9543"
> -PR = "r4"
> -DEPENDS = "coreutils-native-${PV}"
> +PR = "r5"
> DEPENDS_class-native = "gettext-native"
>
> inherit autotools gettext
Two questions:
1) Why do we have this dependency here at all? Are we sure we don't need
it for some reasons?
2) Isn't the build of coreutils-native still broken? We should probably
hack it so it installs into some path prefix like
{python/perl/gzip/tar}-native or doesn't install the utils at all.
I've not taken the patch until we have some plans for the above issues.
Cheers,
Richard
next prev parent reply other threads:[~2013-01-16 12:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-15 7:16 [PATCH] coreutils: remove dependency on coreutils-native Jesse Zhang
2013-01-15 7:16 ` Jesse Zhang
2013-01-16 11:59 ` Richard Purdie [this message]
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=1358337581.8129.2.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=sen.zhang@windriver.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.