mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02: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:
committed by
Richard Purdie
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')
|
||||
|
||||
Reference in New Issue
Block a user