[oe-commits] org.oe.dev classes/sanity.bbclass: Check for bzip2 in the path as well

freyther commit openembedded-commits at lists.openembedded.org
Sun Sep 3 21:58:04 UTC 2006


classes/sanity.bbclass: Check for bzip2 in the path as well

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

#
# mt diff -r21cf340af525f9fc4a8b71b5ad326f7041619722 -rf1283b897469ab024842df137e48790f1c8e37f4
#
# 
# 
# patch "classes/sanity.bbclass"
#  from [8d09ae31885723fa7da5f51c7ebc50c337b70c0d]
#    to [a54de34e76ba8d0e47d03f7bf019698eadfd9599]
# 
============================================================
--- classes/sanity.bbclass	8d09ae31885723fa7da5f51c7ebc50c337b70c0d
+++ classes/sanity.bbclass	a54de34e76ba8d0e47d03f7bf019698eadfd9599
@@ -97,6 +97,9 @@ def check_sanity(e):
 	if not check_app_exists('svn', e.data):
 		raise_sanity_error('Please install the svn utility')
 
+	if not check_app_exists('bzip2', e.data):
+		raise_sanity_error('Please install the bzip2 utility')
+
 	oes_bb_conf = data.getVar( 'OES_BITBAKE_CONF', e.data, True )
 	if not oes_bb_conf:
 		raise_sanity_error('You do not include OpenEmbeddeds version of conf/bitbake.conf')






More information about the Openembedded-commits mailing list