package_manager.py: Fix $i -> %s in bb.note

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

(From OE-Core rev: 9837d194682f46e3a0363765bd6b317180a4cda0)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2014-02-19 09:01:24 +01:00 committed by Richard Purdie
parent e15bec02ef
commit 7c75e86c2d
1 changed files with 1 additions and 1 deletions

View 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