]> code.ossystems Code Review - openembedded-core.git/commitdiff
package_manager.py: Fix $i -> %s in bb.note
authorMartin Jansa <martin.jansa@gmail.com>
Wed, 19 Feb 2014 08:01:24 +0000 (09:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Feb 2014 14:28:05 +0000 (14:28 +0000)
* change the text a bit, because I have trouble parsing two
  verbs at the beginning of sentence.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/lib/oe/package_manager.py

index a3c0a8eb306e8b3c40569dfa6174e22042e8af20..84d87319a9375181a14d56aee91ca506346d118f 100644 (file)
@@ -1166,7 +1166,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