[oe-commits] org.oe.dev sanity.bbclass: Remove git and bison, we build them if needed

rpurdie commit openembedded-commits at lists.openembedded.org
Sun Aug 12 13:55:40 UTC 2007


sanity.bbclass: Remove git and bison, we build them if needed

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 2e20c0e47edbe108fff6ed8018fe9f1de38b9916
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2e20c0e47edbe108fff6ed8018fe9f1de38b9916
Files:
1
classes/sanity.bbclass
Diffs:

#
# mt diff -r049095b128b58f721f5cc384f734bec41578053e -r2e20c0e47edbe108fff6ed8018fe9f1de38b9916
#
# 
# 
# patch "classes/sanity.bbclass"
#  from [65290f02acaa4917c43f42c7082a62768f5fb0ca]
#    to [166d9f708d35c4d2d13a2306941ac04fb9ac83f9]
# 
============================================================
--- classes/sanity.bbclass	65290f02acaa4917c43f42c7082a62768f5fb0ca
+++ classes/sanity.bbclass	166d9f708d35c4d2d13a2306941ac04fb9ac83f9
@@ -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 ):






More information about the Openembedded-commits mailing list