]> code.ossystems Code Review - openembedded-core.git/commit
package_ipk.bbclass: Replace empty lines in DESCRIPTION with '.'
authorMariano Lopez <mariano.lopez@linux.intel.com>
Wed, 5 Apr 2017 18:46:35 +0000 (11:46 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Apr 2017 21:48:04 +0000 (22:48 +0100)
commit3e678d9b6a9eaeed76ce538d7f6ecf9f423864bc
treefc22a0b9773e66711d5feeac9160622725af9ccc
parent7ab0e09de75bfd7e7498bfa72d1f2f5d02a96747
package_ipk.bbclass: Replace empty lines in DESCRIPTION with '.'

opkg uses empty lines as separator for next package and if an ipk file was
packaged with empty lines in DESCRIPTION opkg won't be able to handle such ipk
file, this happens at execution time.

This commit will replace empty lines in DESCRIPTION with a '.' when generating
an ipk package to avoid this issue.

[YOCTO #10677]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_ipk.bbclass