]> code.ossystems Code Review - openembedded-core.git/commit
bitbake/data.py: corrected the output for shell syntax.
authorLianhao Lu <lianhao.lu@intel.com>
Fri, 7 Jan 2011 06:17:10 +0000 (14:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jan 2011 11:14:22 +0000 (11:14 +0000)
commit6f454c10bcdd5245ea9297f5334fc56ac06dbdb9
tree52770e111ecd43a1194e1315fe2bb2468a93c5b0
parentdc10e1688e9aa3b6f06b2a37b1d5bdb63443b955
bitbake/data.py: corrected the output for shell syntax.

[BUGID# 645], modify the emit_var()
1. Added "#" to the beginning of each line if the comment contains
multiple lines.

2. Added "\" to the end of each line if the shell variable value
contains multiple lines.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
bitbake/lib/bb/data.py