mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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>
This commit is contained in:
parent
2925cd9521
commit
43c46e9c83
|
|
@ -166,6 +166,7 @@ DATETIME = "${DATE}${TIME}"
|
|||
ASSUME_PROVIDED = "\
|
||||
bzip2-native \
|
||||
chrpath-native \
|
||||
file-native \
|
||||
git-native \
|
||||
grep-native \
|
||||
diffstat-native \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user