diff options
author | Ross Burton <ross.burton@intel.com> | 2016-02-22 16:23:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-26 17:15:07 +0000 |
commit | b753dae334641480cb4a232ce240f9f56be5568f (patch) | |
tree | eea71b577c9f116b1824f5e1384e9cd91e714c58 /meta/conf/bitbake.conf | |
parent | 0b3810bfb4c25d0a023045eab429c9401293375a (diff) | |
download | openembedded-core-b753dae334641480cb4a232ce240f9f56be5568f.tar.gz openembedded-core-b753dae334641480cb4a232ce240f9f56be5568f.tar.bz2 openembedded-core-b753dae334641480cb4a232ce240f9f56be5568f.zip |
bitbake.conf: add findutils-native to ASSUME_PROVIDED
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>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 4ea0fe56fa..1c43d736fa 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -170,6 +170,7 @@ ASSUME_PROVIDED = "\ bzip2-native \ chrpath-native \ file-native \ + findutils-native \ git-native \ grep-native \ diffstat-native \ |