]> code.ossystems Code Review - openembedded-core.git/commit
package_manager.py: fix arguments to string format
authorRoss Burton <ross.burton@intel.com>
Wed, 3 Dec 2014 17:29:49 +0000 (17:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Dec 2014 17:43:13 +0000 (17:43 +0000)
commite30a4650beabac215b6d867070b7acdb3601a4d7
tree82efcdc5fe84c04b9b9c7c481ea365a9dda49afa
parent7f1bdc331304a61a4836a5752bca210450b6c5b5
package_manager.py: fix arguments to string format

Multiple arguments to string formats need to be in a tuple.

Reported by Lorenz <lqb.list@gmail.com>.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package_manager.py