]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake: add file-native to ASSUME_PROVIDED
authorRoss Burton <ross.burton@intel.com>
Fri, 16 Oct 2015 21:49:26 +0000 (22:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Oct 2015 11:42:36 +0000 (12:42 +0100)
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>
meta/conf/bitbake.conf

index 9ddd1c080bad31103a330a1a8fe6f61459e8fceb..06971da811787ef774c3adcf4fc87829eef584c7 100644 (file)
@@ -166,6 +166,7 @@ DATETIME = "${DATE}${TIME}"
 ASSUME_PROVIDED = "\
     bzip2-native \
     chrpath-native \
+    file-native \
     git-native \
     grep-native \
     diffstat-native \