aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-01-25 17:53:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-05 14:05:00 +0000
commit8c3bc15a7b5e0a81d7b6c9d3fe43fbff63207156 (patch)
tree4f2abc253749879e52088aa21407db0c218bb3d3 /MANIFEST.in
parent649a304b4d0a35553f665f0a748a7f21fcab51ba (diff)
downloadbitbake-8c3bc15a7b5e0a81d7b6c9d3fe43fbff63207156.tar.gz
bitbake: ConfHandler: Don't strip leading spaces
Fixed: - Add the following lines to conf/local.conf: FOO = "BAR1" FOO_append = "\ BAR2" $ bitbake -e | grep '^FOO' FOO="BAR1BAR2" The leading spaces in the second line have been removed. - But if add the previous two lines to base.bbclass: $ bitbake -e | grep '^FOO' FOO="BAR1 BAR2" The leading spaces in the second line are preserved, this is inconsistent, now fix ConfHandler to preserve leading spaces. [YOCTO #12380] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'MANIFEST.in')
0 files changed, 0 insertions, 0 deletions