From b753dae334641480cb4a232ce240f9f56be5568f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 22 Feb 2016 16:23:49 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf') 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 \ -- cgit 1.2.3-korg