disapproval of revision '5f324e98b61ec50554d929eb59723aaef495ef64'
authorHolger Freyther <zecke@selfish.org>
Sat, 18 Aug 2007 12:35:56 +0000 (12:35 +0000)
committerHolger Freyther <zecke@selfish.org>
Sat, 18 Aug 2007 12:35:56 +0000 (12:35 +0000)
classes/sanity.bbclass

index 33cdae3..479abce 100644 (file)
@@ -90,7 +90,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 stty"
+       required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk md5sum"
 
        for util in required_utilities.split():
                if not check_app_exists( util, e.data ):
@@ -109,11 +109,6 @@ def check_sanity(e):
        if not oes_bb_conf:
                messages = messages + 'You do not include OpenEmbeddeds version of conf/bitbake.conf\n'
 
-     # Check if the terminal has stty +tostop
-       if "tostop" in os.popen("stty").read():
-               messages = messages + "You have tostop in your stty terminal setting. This will make BitBake hang when executing. Execute stty -tostop fix this.\n"
-
        if messages != "":
                raise_sanity_error(messages)