]> 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>
Wed, 15 Jun 2022 14:33:06 +0000 (04:33 -1000)
commit5e6f4d0d3d314897b8ab2f45b3a78b0da9df99ab
tree0c01e6f0d20e5b8fba700be35fc3038c86128d50
parente15044370169cb2b0cac99056d60ce648807912a
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