]> code.ossystems Code Review - openembedded-core.git/commit
libarchive: replace += with _append for appending to OVERRIDES variables
authorMing Liu <ming.liu@windriver.com>
Sun, 20 Oct 2013 10:48:29 +0000 (18:48 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 26 Oct 2013 14:53:24 +0000 (15:53 +0100)
commit15ba35aebd7550e53e9f2f35de6b709937dbb55c
tree244c0c795ebf8697cbbd6f4660982f9c89ed54a4
parentbe566b6f77423f7f676bc6b0511966651d687871
libarchive: 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/libarchive/libarchive_2.8.5.bb