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-27 07:24:29 +0000 |
commit | 43c46e9c8375a8628694a1936724f647aab62bca (patch) | |
tree | a229505ce0200d03469a650051e7a165c8aee227 /meta/conf | |
parent | 2925cd9521dfa94a4f0bc872fcbe68f171f87786 (diff) | |
download | poky-43c46e9c8375a8628694a1936724f647aab62bca.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.
(From OE-Core rev: d92a29bf279d3e96aa6cebf88a8fd94b52fc59eb)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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}" | |||
166 | ASSUME_PROVIDED = "\ | 166 | ASSUME_PROVIDED = "\ |
167 | bzip2-native \ | 167 | bzip2-native \ |
168 | chrpath-native \ | 168 | chrpath-native \ |
169 | file-native \ | ||
169 | git-native \ | 170 | git-native \ |
170 | grep-native \ | 171 | grep-native \ |
171 | diffstat-native \ | 172 | diffstat-native \ |