]> code.ossystems Code Review - openembedded-core.git/commitdiff
sanity.bbclass: we don't use the md5sum binary any more, remove it
authorRoss Burton <ross@openedhand.com>
Thu, 1 May 2008 11:01:16 +0000 (11:01 +0000)
committerRoss Burton <ross@openedhand.com>
Thu, 1 May 2008 11:01:16 +0000 (11:01 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4388 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/sanity.bbclass

index cff2ad39078dff6528216a18480e74a79c1c64b1..45fdc19b9599fe82656d0969af54053b4a5de122 100644 (file)
@@ -82,7 +82,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 help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk md5sum"
+       required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk"
 
        # qemu-native needs gcc 3.x
        if "qemu-native" not in assume_provided and "gcc3-native" in assume_provided: