sanity.bbclass: improve error reporting for missing utilities. thanks nicholas
authorMichael Lauer <mickey@vanille-media.de>
Fri, 13 Oct 2006 12:50:40 +0000 (12:50 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 13 Oct 2006 12:50:40 +0000 (12:50 +0000)
classes/sanity.bbclass

index d81def5..64c1bc0 100644 (file)
@@ -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: