diff options
author | Ross Burton <ross@openedhand.com> | 2008-05-01 11:01:16 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-05-01 11:01:16 +0000 |
commit | 6697984ca28fbc2dfaa77dfe6ff593bbafd5e545 (patch) | |
tree | 6d8bf6e65da127e5b4a31699c3c8a879514431f2 /meta/classes/sanity.bbclass | |
parent | 9fb8bc41bf3e9369aa213ac5397851ffe3aafc7c (diff) | |
download | poky-6697984ca28fbc2dfaa77dfe6ff593bbafd5e545.tar.gz |
sanity.bbclass: we don't use the md5sum binary any more, remove it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4388 311d38ba-8fff-0310-9ca6-ca027cbcb966
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: |