]> code.ossystems Code Review - openembedded-core.git/commit
classes/lib: Update to explictly create lists where needed
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 May 2016 10:53:11 +0000 (11:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2016 07:10:02 +0000 (08:10 +0100)
commitcaebd862bac7eed725e0f0321bf50793671b5312
tree2da96b5da7b9b0e0ef04c03cf74f14ddfd180f30
parent2476bdcbef591e951d11d57d53f1315848758571
classes/lib: Update to explictly create lists where needed

Iterators now return views, not lists in python3. Where we need
lists, handle this explicitly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 files changed:
meta/classes/buildhistory.bbclass
meta/classes/license.bbclass
meta/classes/package.bbclass
meta/lib/oe/classutils.py
meta/lib/oe/copy_buildsystem.py
meta/lib/oe/distro_check.py
meta/lib/oe/license.py
meta/lib/oe/manifest.py
meta/lib/oe/package_manager.py
meta/lib/oe/packagedata.py
meta/lib/oe/packagegroup.py
meta/lib/oe/prservice.py
meta/lib/oe/recipeutils.py
meta/lib/oe/rootfs.py
meta/lib/oe/sstatesig.py
meta/lib/oe/utils.py
meta/lib/oeqa/selftest/pkgdata.py
meta/lib/oeqa/utils/qemurunner.py
scripts/lib/devtool/standard.py
scripts/oe-selftest