diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2020-06-12 14:36:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-15 14:53:45 +0100 |
commit | 81ce5b6c836b2c0155d65bba92b5f90223400fe0 (patch) | |
tree | 944faab8821ad4b1fa79da1b756b7ce8013f57d5 /meta/recipes-bsp | |
parent | 3a4de9ac82d44a0a136c68ca0a52f774cabf7b0a (diff) | |
download | poky-81ce5b6c836b2c0155d65bba92b5f90223400fe0.tar.gz |
recipetool: Fix list concatenation when using edit
If there are multiple appends, ensure we concatenate compatible things:
Traceback (most recent call last):
File "/home/akiernan/poky/scripts/recipetool", line 111, in <module>
ret = main()
File "/home/akiernan/poky/scripts/recipetool", line 100, in main
ret = args.func(args)
File "/home/akiernan/poky/scripts/lib/recipetool/edit.py", line 38, in edit
return scriptutils.run_editor([recipe_path] + appends, logger)
TypeError: can only concatenate list (not "tuple") to list
(From OE-Core rev: 4c1e74bdf4922519d168434afd69c9bebcb9bd82)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
0 files changed, 0 insertions, 0 deletions