diff options
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 cff2ad3907..45fdc19b95 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -82,7 +82,7 @@ def check_sanity(e): | |||
82 | if not check_app_exists('${BUILD_PREFIX}g++', e.data): | 82 | if not check_app_exists('${BUILD_PREFIX}g++', e.data): |
83 | missing = missing + "C++ Compiler (${BUILD_PREFIX}g++)," | 83 | missing = missing + "C++ Compiler (${BUILD_PREFIX}g++)," |
84 | 84 | ||
85 | required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk md5sum" | 85 | required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk" |
86 | 86 | ||
87 | # qemu-native needs gcc 3.x | 87 | # qemu-native needs gcc 3.x |
88 | if "qemu-native" not in assume_provided and "gcc3-native" in assume_provided: | 88 | if "qemu-native" not in assume_provided and "gcc3-native" in assume_provided: |