mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
sanity: check that the host has file installed
Now that file-native is ASSUME_PROVIDED, check that it's actually present. (From OE-Core rev: 5dad6758980233f976e39357b91b9cc673a574af) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
43c46e9c83
commit
83a2bde15d
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
|
||||
SANITY_REQUIRED_UTILITIES ?= "patch diffstat makeinfo git bzip2 tar \
|
||||
gzip gawk chrpath wget cpio perl"
|
||||
gzip gawk chrpath wget cpio perl file"
|
||||
|
||||
def bblayers_conf_file(d):
|
||||
return os.path.join(d.getVar('TOPDIR', True), 'conf/bblayers.conf')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user