]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
wic: Remove the unused variable Partition.sourceparams_dict
authorKevin Hao <kexin.hao@windriver.com>
Tue, 14 Aug 2018 01:31:21 +0000 (09:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Aug 2018 20:45:58 +0000 (21:45 +0100)
commitb5648a0319b08fe63642bbb545d2a7c57d7ad38f
tree364da0dda801b3843e71d31f31a8f3c5d884d4be
parent0bccf1dab19a98a560523229abcac7c7204b915f
wic: Remove the unused variable Partition.sourceparams_dict

We choose to pass the source parameters to the source plugins' hooks
via a local variable srcparams_dict. So the Partition.sourceparams_dict
is not used by anyone and seems pretty confused. So drop it.

(From OE-Core rev: d7130a7d0e61021f71fec1d7ae7d37ebb27f0e03)

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/partition.py