[bitbake-devel] [PATCH] bitbake-layers: fix traceback in show-overlayed with nothing overlayed

Paul Eggleton paul.eggleton at linux.intel.com
Mon Mar 19 11:18:58 UTC 2012


There is no logger.note, use logger.plain instead (which is what we
really want here anyway.)

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
 bin/bitbake-layers |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/bitbake-layers b/bin/bitbake-layers
index c85e26e..bbd56fe 100755
--- a/bin/bitbake-layers
+++ b/bin/bitbake-layers
@@ -213,7 +213,7 @@ Options:
             items_listed = True;
 
         if not items_listed:
-            logger.note('No overlayed files found')
+            logger.plain('No overlayed files found.')
 
 
     def do_show_recipes(self, args):
-- 
1.7.5.4





More information about the bitbake-devel mailing list