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:
3042683
)
sanity.bbclass: improve error reporting for missing utilities. thanks nicholas
author
Michael Lauer
<mickey@vanille-media.de>
Fri, 13 Oct 2006 12:50:40 +0000
(12:50 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Fri, 13 Oct 2006 12:50:40 +0000
(12:50 +0000)
classes/sanity.bbclass
patch
|
blob
|
history
diff --git
a/classes/sanity.bbclass
b/classes/sanity.bbclass
index
d81def5
..
64c1bc0
100644
(file)
--- a/
classes/sanity.bbclass
+++ b/
classes/sanity.bbclass
@@
-86,7
+86,7
@@
def check_sanity(e):
for util in required_utilities.split():
if not check_app_exists( util, e.data ):
- raise_sanity_error( "Please install the %s utility." )
+ raise_sanity_error( "Please install the %s utility."
% util
)
oes_bb_conf = data.getVar( 'OES_BITBAKE_CONF', e.data, True )
if not oes_bb_conf: