[OE-core] [PATCH] package_manager.py: Fix $i -> %s in bb.note

Martin Jansa martin.jansa at gmail.com
Wed Feb 19 08:01:24 UTC 2014


* change the text a bit, because I have trouble parsing two
  verbs at the beginning of sentence.

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta/lib/oe/package_manager.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py
index 6dc8fbd..0b376b7 100644
--- a/meta/lib/oe/package_manager.py
+++ b/meta/lib/oe/package_manager.py
@@ -1165,7 +1165,7 @@ class OpkgPM(PackageManager):
                              "returned %d:\n%s" % (pkg_info, e.returncode, e.output))
 
                 if output == "":
-                    bb.note("Requested ignored recommendation $i is "
+                    bb.note("Ignored bad recommendation: '%s' is "
                             "not a package" % pkg)
                     continue
 
-- 
1.8.5.3




More information about the Openembedded-core mailing list