]> code.ossystems Code Review - openembedded-core.git/commit
bzip2: replace += with _append for appending to OVERRIDES variables
authorMing Liu <ming.liu@windriver.com>
Sun, 20 Oct 2013 10:48:30 +0000 (18:48 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 26 Oct 2013 14:48:50 +0000 (15:48 +0100)
commit9e9b5cbc352e1f8dce46458926b38a5aefc18fc3
tree21b86f6a07af0a05fed4f2f3e36cc1ff1d4393f0
parent0288dbcae1e9793e7d7491cca45301f68fb23806
bzip2: replace += with _append for appending to OVERRIDES variables

In some cases, it's unfit to use "+=" in a conditional appending, we would
end up with the variable being set rather than being appended, which is not
it mean to.

Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/bzip2/bzip2_1.0.6.bb