]> code.ossystems Code Review - openembedded-core.git/commitdiff
sanity: check that the host has file installed
authorRoss Burton <ross.burton@intel.com>
Fri, 16 Oct 2015 21:49:37 +0000 (22:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Oct 2015 11:42:37 +0000 (12:42 +0100)
Now that file-native is ASSUME_PROVIDED, check that it's actually present.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/sanity.bbclass

index d0b5cd056c60bba4e9654955d554748633285861..ae86d261e7c50704cf7d5add2d811fe16ffb8258 100644 (file)
@@ -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')