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:48 +0800 [thread overview]
Message-ID: <1358234208-6177-2-git-send-email-sen.zhang@windriver.com> (raw)
In-Reply-To: <1358234208-6177-1-git-send-email-sen.zhang@windriver.com>
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
--
1.7.11.7
next prev parent 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 [PATCH] coreutils: remove dependency on coreutils-native Jesse Zhang
2013-01-15 7:16 ` Jesse Zhang [this message]
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-2-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