git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2600698
)
classes/sanity.bbclass: Check for bzip2 in the path as well
author
Holger Freyther
<zecke@selfish.org>
Sun, 3 Sep 2006 21:51:36 +0000
(21:51 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Sun, 3 Sep 2006 21:51:36 +0000
(21:51 +0000)
classes/sanity.bbclass
patch
|
blob
|
history
diff --git
a/classes/sanity.bbclass
b/classes/sanity.bbclass
index
91ca986
..
23a8f65
100644
(file)
--- 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')