diff options
author | Vivien Didelot <vdidelot@pbsc.com> | 2021-03-09 12:47:14 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-11 14:06:46 +0000 |
commit | d9dba959430dd49030aa1ba3f62b5f7534d0e17a (patch) | |
tree | 9095697fbcf4b85ededeb4985506f4584bf52e30 /meta-selftest/recipes-devtools/python | |
parent | 2d3bbfcfbac2117953fe008a252de2bf99437408 (diff) | |
download | poky-d9dba959430dd49030aa1ba3f62b5f7534d0e17a.tar.gz |
poky: don't use space with +=
Bitbake variables are usually appended with one of:
FOO_append = " bar"
FOO += "bar"
While the space is mandatory in the "_append" variant, it doesn't
hurt in the "+=" variant, but it can be misleading.
Remove the space to avoid confusion.
(From meta-yocto rev: 66525f278143b7fe6082c8f5956cdff64b16ff58)
Signed-off-by: Vivien Didelot <vdidelot@pbsc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/recipes-devtools/python')
0 files changed, 0 insertions, 0 deletions