public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] coreutils: remove dependency on coreutils-native
@ 2013-01-15  7:16 Jesse Zhang
  2013-01-15  7:16 ` Jesse Zhang
  0 siblings, 1 reply; 7+ messages in thread
From: Jesse Zhang @ 2013-01-15  7:16 UTC (permalink / raw)
  To: openembedded-core

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




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-01-17 20:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox