diff options
author | Kai Kang <kai.kang@windriver.com> | 2016-10-09 16:34:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 10:59:56 +0000 |
commit | cd381cd71466158b34160fc0519db9f1c5870af4 (patch) | |
tree | 0733c32e498e23517a208be36763fa43ee70bbf8 /documentation/sdk-manual | |
parent | dbf3a9fa8ee9bfb2887fb0e4808bd77eda5164e1 (diff) | |
download | poky-cd381cd71466158b34160fc0519db9f1c5870af4.tar.gz |
bitbake: COW.py: fix sample codes
The call of methods iteritems() and itervalues() in sample codes were
replaced by items() and values() to convert to Python 3 by Bitbake rev
d0f904d407f57998419bd9c305ce53e5eaa36b24. But the methods iteritems()
and itervalues() belong to class COWDictMeta not class dict or set. The
modifications should not be made in purpose that it fails to run sample
codes, so revert them.
(Bitbake rev: d140f0ee6f301264e226914766d9f63558acfd6c)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
0 files changed, 0 insertions, 0 deletions