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-27 07:24:29 +0000 |
commit | 83a2bde15d79432c16cb03e9098bd0cd9cab3b43 (patch) | |
tree | 81f04390d53b4710baef241c158828d76ead3d85 /meta/classes/sanity.bbclass | |
parent | 43c46e9c8375a8628694a1936724f647aab62bca (diff) | |
download | poky-83a2bde15d79432c16cb03e9098bd0cd9cab3b43.tar.gz |
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>
Diffstat (limited to 'meta/classes/sanity.bbclass')
-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 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | SANITY_REQUIRED_UTILITIES ?= "patch diffstat makeinfo git bzip2 tar \ | 5 | SANITY_REQUIRED_UTILITIES ?= "patch diffstat makeinfo git bzip2 tar \ |
6 | gzip gawk chrpath wget cpio perl" | 6 | gzip gawk chrpath wget cpio perl file" |
7 | 7 | ||
8 | def bblayers_conf_file(d): | 8 | def bblayers_conf_file(d): |
9 | return os.path.join(d.getVar('TOPDIR', True), 'conf/bblayers.conf') | 9 | return os.path.join(d.getVar('TOPDIR', True), 'conf/bblayers.conf') |