aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-10-16 22:49:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-24 12:42:36 +0100
commitd92a29bf279d3e96aa6cebf88a8fd94b52fc59eb (patch)
tree0d25eb81de797ade01501d6492b4e8dec0232cd0
parent2e065b02a3e65c8db8a26788fdc4d7f65d5a2a8f (diff)
downloadopenembedded-core-contrib-d92a29bf279d3e96aa6cebf88a8fd94b52fc59eb.tar.gz
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 <ross.burton@intel.com>
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9ddd1c080b..06971da811 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 \