]> code.ossystems Code Review - openembedded-core.git/commit
strace: remove += assignment of a OVERRIDES variable
authorMing Liu <ming.liu@windriver.com>
Mon, 21 Oct 2013 00:41:34 +0000 (08:41 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Oct 2013 13:39:02 +0000 (13:39 +0000)
commit7eae843aaa4eaa534a2b825949563ca11bd3680c
tree502bd942be79c2682f3eee97050c8596b63defc5
parentaf6424e8c2bf3a938fddabc669c0956d68964ed0
strace: remove += assignment of a OVERRIDES variable

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-devtools/strace/strace_4.8.bb