[oe-commits] [openembedded-core] 03/08: bitbake.conf: add findutils-native to ASSUME_PROVIDED

git at git.openembedded.org git at git.openembedded.org
Fri Feb 26 17:58:38 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit b753dae334641480cb4a232ce240f9f56be5568f
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Feb 22 16:23:49 2016 +0000

    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 4ea0fe5..1c43d73 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list