]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
devtool: Fix _copy_file() TypeError
authorXiaobing Luo <luoxiaobing0926@gmail.com>
Thu, 9 Jun 2022 11:47:03 +0000 (11:47 +0000)
committerSteve Sakoman <steve@sakoman.com>
Sat, 4 Feb 2023 14:35:28 +0000 (04:35 -1000)
commita434079b7e8e23e9cf0b45f5fb56e8be7b8d885e
tree0ada1b8d88e739d205f009fcfe9e608a558c3405
parentf4b8d8b2240ef1edc42d2ca873195fcb8d25886b
devtool: Fix _copy_file() TypeError

when devtool finish, the _copy_file() failed.
--------------------------------------------
TypeError: _copy_file() got an unexpected keyword argument
'base_outdir'
--------------------------------------------

Fixes: 05f2d5d2ce00 ("devtool: finish: add dry-run option")
Signed-off-by: Xiaobing Luo <luoxiaobing0926@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a45d9dc089fb2719ca69b92870917f8c0925f632)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/lib/devtool/standard.py