From: Ross Burton Date: Fri, 16 Oct 2015 21:49:37 +0000 (+0100) Subject: sanity: check that the host has file installed X-Git-Tag: 2015-10~21 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5dad6758980233f976e39357b91b9cc673a574af;p=openembedded-core.git sanity: check that the host has file installed Now that file-native is ASSUME_PROVIDED, check that it's actually present. Signed-off-by: Ross Burton --- diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index d0b5cd056c..ae86d261e7 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass @@ -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')