diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:28:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-22 09:05:39 +0000 |
commit | 45df694a9f472ac2f684aadac4d864c3dfdc48a7 (patch) | |
tree | 52e872c9edb22c42e373d4622158fccae0f7f4a6 /meta/recipes-kernel/kmod | |
parent | 0ccdfb116e41dcd1d86a259e7c993fc354fbc4e5 (diff) | |
download | poky-45df694a9f472ac2f684aadac4d864c3dfdc48a7.tar.gz |
bitbake: data_smart: Fix unneeded variable manipulation
If was pointed out that if we have:
XXX = " A"
XXX_remove_inactive-override = "YY"
then XXX can become "A" and the leading space can be removed. This is because
the remove override code changes the variable value even when there is no
removals active. In the process it dirties the cache.
We don't really need to do this so tweak the code accordingly.
(Bitbake rev: 2bc4d35fb32defc59cd6ed1fc87e35924c201a5c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kmod')
0 files changed, 0 insertions, 0 deletions