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:16:17 +0000 |
commit | 2980ac001f7be51672ad2092415f8809a2b3ccf5 (patch) | |
tree | 00d7b1c1261f32264e088b2ec751d0d3b9e1a10f /meta/conf | |
parent | 2e152ffa048789b092a2af5541463da9a7e1c98f (diff) | |
download | poky-2980ac001f7be51672ad2092415f8809a2b3ccf5.tar.gz |
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.
(From OE-Core rev: b753dae334641480cb4a232ce240f9f56be5568f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/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 = "\ | |||
170 | bzip2-native \ | 170 | bzip2-native \ |
171 | chrpath-native \ | 171 | chrpath-native \ |
172 | file-native \ | 172 | file-native \ |
173 | findutils-native \ | ||
173 | git-native \ | 174 | git-native \ |
174 | grep-native \ | 175 | grep-native \ |
175 | diffstat-native \ | 176 | diffstat-native \ |