]> code.ossystems Code Review - openembedded-core.git/commit
python-setuptools.inc: avoid using += with an over-ride
authorAndre McCurdy <armccurdy@gmail.com>
Wed, 4 Jul 2018 00:55:22 +0000 (17:55 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Jul 2018 09:09:29 +0000 (10:09 +0100)
commitbda531e65bb6cc9f654c333e2f71283eccd17f27
treef698493ab170edd3c34f8eced54a0d94916fb2ab
parentffb52d383bfe413cf31fef13663fe9937a146c76
python-setuptools.inc: avoid using += with an over-ride

An over-ride replaces the original value regardless of whether or
not it's set up with +=. As replacing the original value seems to be
the intention here, drop the += to make it more explicit. Also some
minor recipe formatting tweaks.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python-setuptools.inc