diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-06-19 01:25:38 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-10 09:42:03 +0100 |
commit | 33cd81e18b797d4257e02622ac5ca3eaf886c6e2 (patch) | |
tree | 7936579d4855e2f63eaebe7cad5ec3f04c63e497 /meta/classes/distrodata.bbclass | |
parent | 477b2c9860c6076197cccf02650d6e0fee829290 (diff) | |
download | poky-33cd81e18b797d4257e02622ac5ca3eaf886c6e2.tar.gz |
package_ipk.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]
(From OE-Core rev: dff04de2de8bb159fd6912e29794eadd75d5d92a)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/distrodata.bbclass')
0 files changed, 0 insertions, 0 deletions