[bitbake-devel] [PATCH] depexp: Improve wording on requirements

Gary Thomas gary at mlbassoc.com
Thu Nov 7 17:04:21 UTC 2013


Since -g is required, tell the user exactly so.

Signed-off-by: Gary Thomas <gary at mlbassoc.com>
---
 lib/bb/ui/depexp.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/ui/depexp.py b/lib/bb/ui/depexp.py
index 0b160e2..4578dce 100644
--- a/lib/bb/ui/depexp.py
+++ b/lib/bb/ui/depexp.py
@@ -202,7 +202,7 @@ def main(server, eventHandler, params):
             return 1
         cmdline = cmdline['action']
         if not cmdline or cmdline[0] != "generateDotGraph":
-            print("This UI is only compatible with the -g option")
+            print("This UI requires the -g option")
             return 1
         ret, error = server.runCommand(["generateDepTreeEvent", cmdline[1], cmdline[2]])
         if error:
-- 
1.7.9.5




More information about the bitbake-devel mailing list