diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2017-11-13 11:00:25 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-04 17:23:59 +0000 |
commit | 2d9aecf044bd14518d1f645ef759e49dde0ca199 (patch) | |
tree | 5ef2c26a6d57d2e7a1092b29c8082d51a8712a18 /meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.2.bb | |
parent | c32f44ebf5d088061fa67317e1cdc8aab041bc2b (diff) | |
download | poky-2d9aecf044bd14518d1f645ef759e49dde0ca199.tar.gz |
recipetool: create: fix failure handling included dicts
If a setup dict in a python setup.py file pulled in the contents of
another dict (e.g. **otherdict), then we got an error when mapping
the keys because the key is None in that case. Skip those keys to avoid
the error (we pick up the values directly in any case).
A quick reproducer for this issue:
recipetool create https://files.pythonhosted.org/packages/source/p/pyqtgraph/pyqtgraph-0.10.0.tar.gz
(From OE-Core rev: 49b2d571da88fb2afce71835276523ed3538d31f)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit ae62a9953e219df5147ed4a5ae3f4163d51cff28)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.2.bb')
0 files changed, 0 insertions, 0 deletions