sanity: also check for bison, closes #2580
authorPatrik Gfeller <gfellerpatrik@gmx.net>
Sat, 30 Jun 2007 09:25:23 +0000 (09:25 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 30 Jun 2007 09:25:23 +0000 (09:25 +0000)
classes/sanity.bbclass

index ec73e0c..b84efb0 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 md5sum"
+       required_utilities = "patch diffstat texi2html makeinfo cvs svn git bzip2 tar gzip gawk md5sum bison"
 
        for util in required_utilities.split():
                if not check_app_exists( util, e.data ):