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: lucaceresoli/bug-15201-perf-libtraceevent-missing~28534 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dad6758980233f976e39357b91b9cc673a574af;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 d0b5cd056c6..ae86d261e7c 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')