diff options
author | Ross Burton <ross.burton@intel.com> | 2015-10-16 22:49:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-24 12:42:37 +0100 |
commit | 5dad6758980233f976e39357b91b9cc673a574af (patch) | |
tree | 37e50ba8bb06e4ba66d6d167a220fa51f15717fa /meta/classes | |
parent | d92a29bf279d3e96aa6cebf88a8fd94b52fc59eb (diff) | |
download | openembedded-core-5dad6758980233f976e39357b91b9cc673a574af.tar.gz openembedded-core-5dad6758980233f976e39357b91b9cc673a574af.tar.bz2 openembedded-core-5dad6758980233f976e39357b91b9cc673a574af.zip |
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 <ross.burton@intel.com>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/sanity.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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') |