[OE-core] [PATCH] coreutils: remove dependency on coreutils-native

Jesse Zhang sen.zhang at windriver.com
Tue Jan 15 07:16:47 UTC 2013


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





More information about the Openembedded-core mailing list