summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-09-03 22:16:36 +0000
committerRod Whitby <rod@whitby.id.au>2006-09-03 22:16:36 +0000
commitee7e70e91badd8d7006e578b215f20c75a92689e (patch)
treec68af27d672126fb779e23354800532bf73e993b
parent6246bb2986e938096cb8252b6c65fc88bd36f418 (diff)
parentdc05d36fb3e799566cb1325f4d1f0ca018207f57 (diff)
merge of 688adfee85a259aa7c8d509449ef062c0b6aa923
and f1283b897469ab024842df137e48790f1c8e37f4
-rw-r--r--classes/sanity.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/sanity.bbclass b/classes/sanity.bbclass
index 91ca9865fd..23a8f656b2 100644
--- a/classes/sanity.bbclass
+++ b/classes/sanity.bbclass
@@ -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')