]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/utils/commands.py: Make a copy of variables in get_bb_vars
authorMariano Lopez <mariano.lopez@linux.intel.com>
Wed, 30 Nov 2016 16:48:21 +0000 (10:48 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Dec 2016 22:55:19 +0000 (22:55 +0000)
commit9d55e9d489cd78be592fb9b4d6484f9060c62fdd
tree9717eb412263a673a5fc6799192906f145ecc78f
parent058891183e7669ce5c939c2c9a4b5422d5fa2956
oeqa/utils/commands.py: Make a copy of variables in get_bb_vars

The function get_bb_vars will remove items for the list passed
as the function argument, this will leave the caller with an
empty list and the function never says it will consume the items.

This hasn't been found before because only get_bb_var uses this
function.

(From OE-Core rev: 22b7fa24fefcc3974806d1b282c93b8c5880f6a4)

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/commands.py