diff options
author | Ross Burton <ross.burton@intel.com> | 2015-10-16 22:49:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-24 12:42:36 +0100 |
commit | d92a29bf279d3e96aa6cebf88a8fd94b52fc59eb (patch) | |
tree | 0d25eb81de797ade01501d6492b4e8dec0232cd0 /meta/conf | |
parent | 2e065b02a3e65c8db8a26788fdc4d7f65d5a2a8f (diff) | |
download | openembedded-core-d92a29bf279d3e96aa6cebf88a8fd94b52fc59eb.tar.gz openembedded-core-d92a29bf279d3e96aa6cebf88a8fd94b52fc59eb.tar.bz2 openembedded-core-d92a29bf279d3e96aa6cebf88a8fd94b52fc59eb.zip |
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>
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 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 \ |