diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-07-06 13:54:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-09 22:48:39 +0100 |
commit | 5f033859e2f538c80106fc8c2bda4ca0a7bc336b (patch) | |
tree | 45910949a7e20bd4c52042ba157c854ec5a97ffb /README.qemu | |
parent | c4aa9678a82860839c4b174f4c42799ae1ea048c (diff) | |
download | poky-5f033859e2f538c80106fc8c2bda4ca0a7bc336b.tar.gz |
gobject-introspection: avoid using += with an over-ride
Using += with an over-ride can be a source of confusion so try to
avoid the construct in core recipes.
The current usage functions correctly (it over-rides the default, ie
empty, value of EXTRA_OECONF and then PACKAGECONFIG derived options
are subsequently appended), however the += is unnecessary and can be
dropped.
(From OE-Core rev: e255d1aebd0e019f42c2110873ef4779bbbb5974)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.qemu')
0 files changed, 0 insertions, 0 deletions