From: Richard Purdie Date: Sun, 12 Aug 2007 13:44:20 +0000 (+0000) Subject: sanity.bbclass: Remove git and bison, we build them if needed X-Git-Tag: Release-2010-05/1~9006 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfefbdd1a906a21b1c09dfbe411f7952fdc1d3ec;p=openembedded.git sanity.bbclass: Remove git and bison, we build them if needed --- diff --git a/classes/sanity.bbclass b/classes/sanity.bbclass index 016b0d500b..f0333b1cf7 100644 --- a/classes/sanity.bbclass +++ b/classes/sanity.bbclass @@ -89,7 +89,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 git bzip2 tar gzip gawk md5sum bison" + 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 ):