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 6e13d2ac4d..076ffb0eaa 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -168,7 +168,7 @@ def check_sanity(e): | |||
168 | if not check_app_exists('${BUILD_PREFIX}g++', e.data): | 168 | if not check_app_exists('${BUILD_PREFIX}g++', e.data): |
169 | missing = missing + "C++ Compiler (%sg++)," % data.getVar("BUILD_PREFIX", e.data, True) | 169 | missing = missing + "C++ Compiler (%sg++)," % data.getVar("BUILD_PREFIX", e.data, True) |
170 | 170 | ||
171 | required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk hg chrpath wget" | 171 | required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk hg chrpath wget cpio" |
172 | 172 | ||
173 | # qemu-native needs gcc 3.x | 173 | # qemu-native needs gcc 3.x |
174 | if "qemu-native" not in assume_provided and "gcc3-native" in assume_provided: | 174 | if "qemu-native" not in assume_provided and "gcc3-native" in assume_provided: |