]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: lib/bb/utils: fix error in edit_metadata() when deleting first line
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 20 Nov 2015 04:11:15 +0000 (17:11 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Dec 2015 17:01:21 +0000 (17:01 +0000)
commit0debb11883379c746f91eb8a5262f22a669fd16b
tree866edadf33bc74b42869d1535f079b581d727a08
parent9d19dd9bd709dca655b1eac13deaa49e2b54cd88
bitbake: lib/bb/utils: fix error in edit_metadata() when deleting first line

If you tried to delete the variable on the first line passed to
edit_metadata() this failed because the logic for trimming extra blank
lines didn't expect the list to be empty at that point - fix that bad
assumption.

(Bitbake rev: 8bce6fefdc5c046b916588962a2b429c0f648133)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/utils.py