]> code.ossystems Code Review - openembedded-core.git/commit
scripts: python3: convert iterables to lists
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 2 Jun 2016 10:12:47 +0000 (13:12 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2016 10:45:49 +0000 (11:45 +0100)
commit874a269eb1d70060c2f3b3f8b70800e2aea789f4
treecf18ec2ca7e6b04121c023499326f0057a16b82c
parent0c856653ce65403791e1e5c78229820ff794bae3
scripts: python3: convert iterables to lists

Converted return value of items() keys() and values() to
lists when dictionary is modified in the loop and when
the result is added to the list.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/bitbake-whatchanged
scripts/combo-layer
scripts/lib/devtool/build.py
scripts/lib/devtool/standard.py
scripts/lib/recipetool/create_buildsys.py
scripts/lib/recipetool/create_buildsys_python.py
scripts/oe-pkgdata-util