diff options
| author | Holger Freyther <zecke@selfish.org> | 2007-04-01 18:01:44 +0000 |
|---|---|---|
| committer | Holger Freyther <zecke@selfish.org> | 2007-04-01 18:01:44 +0000 |
| commit | bf9e41fe9f2719ab6c274c3e7a3044761ea5f85a (patch) | |
| tree | 6478123adbf2e5d7d4845fdfef0e5006cb272f90 /classes | |
| parent | ed04b33fd238b6cdae27bcba812adf4a296b4da0 (diff) | |
| parent | afc1acb3dba12c57813ce66d73ade56c993a0b18 (diff) | |
merge of 'a2a88493748857f520eccb0e35d7277af6762e61'
and 'fad527d227dd0598909d19a70f175bd576271455'
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/sanity.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sanity.bbclass b/classes/sanity.bbclass index 958ab91fa6..edef2805d4 100644 --- a/classes/sanity.bbclass +++ b/classes/sanity.bbclass @@ -86,7 +86,7 @@ def check_sanity(e): if not check_app_exists('${BUILD_PREFIX}g++', e.data): missing = missing + "C++ Compiler (${BUILD_PREFIX}g++)," - required_utilities = "patch diffstat texi2html makeinfo cvs svn git bzip2 tar gzip gawk" + required_utilities = "patch diffstat texi2html makeinfo cvs svn git bzip2 tar gzip gawk shasum md5sum" for util in required_utilities.split(): if not check_app_exists( util, e.data ): |
