From patchwork Tue Jan 15 07:16:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: coreutils: remove dependency on coreutils-native Date: Tue, 15 Jan 2013 07:16:48 -0000 From: Jesse Zhang X-Patchwork-Id: 42619 Message-Id: <1358234208-6177-2-git-send-email-sen.zhang@windriver.com> To: 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 --- 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