classes/sanity.bbclass: md5sum is required as well
authorHolger Freyther <zecke@selfish.org>
Sun, 1 Apr 2007 17:31:33 +0000 (17:31 +0000)
committerHolger Freyther <zecke@selfish.org>
Sun, 1 Apr 2007 17:31:33 +0000 (17:31 +0000)
classes/sanity.bbclass

index 580475a..edef280 100644 (file)
@@ -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 shasum"
+       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 ):