Update drivers
[vuplus_openembedded] / classes / sanity.bbclass
index f57d8e4..d965003 100644 (file)
@@ -81,7 +81,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 md5sum sshpass"
 
        if data.getVar('TARGET_ARCH', e.data, True) == "arm":
                # qemu-native needs gcc 3.x
@@ -115,7 +115,7 @@ def check_sanity(e):
 
        try:
            if os.path.basename(os.readlink('/bin/sh')) == 'dash':
-                   messages = messages + "Using dash as /bin/sh causes various subtle build problems, please use bash instead.\n"
+                   print "WARNING: Using dash as /bin/sh causes various subtle build problems, please consider using bash instead."
        except:
                pass