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:
fd2d952
)
checkbashisms: add nicer error when checkbashisms isn't available
author
Chris Larson
<chris_larson@mentor.com>
Mon, 15 Nov 2010 23:08:45 +0000
(16:08 -0700)
committer
Chris Larson
<chris_larson@mentor.com>
Mon, 15 Nov 2010 23:08:45 +0000
(16:08 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/checkbashisms.bbclass
patch
|
blob
|
history
diff --git
a/classes/checkbashisms.bbclass
b/classes/checkbashisms.bbclass
index
3a38e34
..
1249c21
100644
(file)
--- a/
classes/checkbashisms.bbclass
+++ b/
classes/checkbashisms.bbclass
@@
-21,6
+21,8
@@
python do_checkbashisms () {
if not errors:
errors = True
bb.note(str(exc))
+ except oe.process.NotFoundError, exc:
+ bb.fatal("checkbashisms not found, please install it in your PATH")
if errors:
bb.fatal("bashisms were identified, aborting")