[OE-core] [PATCH] package_ipk.bbclass: Include a space followed by a dot for empty description lines

Burton, Ross ross.burton at intel.com
Thu May 4 11:13:17 UTC 2017


On 3 May 2017 at 20:26, <leonardo.sandoval.gonzalez at linux.intel.com> wrote:

>                          line = textwrap.fill(t.strip(),
>                                               width=100000,
>                                               initial_indent=' ',
> -                                             subsequent_indent=' ') or '.'
> +                                             subsequent_indent=' ') or '
> .'
>

The dpkg patch removes use of textwrap: so why bother with textwrap if the
wrapping width is 100000 characters?

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170504/83754f20/attachment-0002.html>


More information about the Openembedded-core mailing list