]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: add findutils-native to ASSUME_PROVIDED
authorRoss Burton <ross.burton@intel.com>
Mon, 22 Feb 2016 16:23:49 +0000 (16:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Feb 2016 17:15:07 +0000 (17:15 +0000)
It's possible for findutils-native to get built.  There's no point in this as
this is part of the expected host platform but this can introduce races or even
bugs (4.5.19 appears to have a leaking fd bug, resulting in asserts) so add it
to ASSUME_PROVIDED so it definitely won't get built.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 4ea0fe56fa0e567847b253d79f52eb79c253fa17..1c43d736fafa5dfa26c92c3eee79335cba76eac7 100644 (file)
@@ -170,6 +170,7 @@ ASSUME_PROVIDED = "\
     bzip2-native \
     chrpath-native \
     file-native \
+    findutils-native \
     git-native \
     grep-native \
     diffstat-native \