]> code.ossystems Code Review - openembedded-core.git/commit
package_deb.bbclass: make DESCRIPTION support newline
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 19 Jun 2013 05:25:38 +0000 (01:25 -0400)
committerSaul Wold <sgw@linux.intel.com>
Tue, 9 Jul 2013 15:04:09 +0000 (08:04 -0700)
commit568e303ef4447a9ddb7fb6370166d012a4375dab
tree9f2d2edd60a8071baf7ed805ea6495800454f9b3
parentdff04de2de8bb159fd6912e29794eadd75d5d92a
package_deb.bbclass: make DESCRIPTION support newline

The recipe's DESCRIPTION is wrapped automatically by textwrap, make it
support newline ("\n") to let the user can wrap it manually, e.g.:

DESCRIPTION = "Foo1\nFoo2"

In the past, it would be:
Foo1\nFoo2

Now:
Foo1
Foo2

[YOCTO #4348]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/package_deb.bbclass