From: Ross Burton Date: Fri, 16 Oct 2015 21:49:26 +0000 (+0100) Subject: bitbake: add file-native to ASSUME_PROVIDED X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28535 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d92a29bf279d3e96aa6cebf88a8fd94b52fc59eb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: add file-native to ASSUME_PROVIDED Various key parts of the core classes (for example, do_package and do_populate_sysroot) currently require file. As it's not possible to build a file-native without invoking do_populate_sysroot mark file-native as ASSUME_PROVIDED and expect to use the host's binary. Signed-off-by: Ross Burton --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9ddd1c080ba..06971da8117 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -166,6 +166,7 @@ DATETIME = "${DATE}${TIME}" ASSUME_PROVIDED = "\ bzip2-native \ chrpath-native \ + file-native \ git-native \ grep-native \ diffstat-native \