Re: [OE-core] [PATCH v2] package_ipk: correct ipk descriptions

2017-05-29 Thread Leonardo Sandoval
On Wed, 2017-05-24 at 23:08 +0100, Burton, Ross wrote: > > On 24 May 2017 at 21:47, Leonardo Sandoval > wrote: > I will check that particular recipe and bb world just so see > if some > other recipe is broken with this change,

Re: [OE-core] [PATCH v2] package_ipk: correct ipk descriptions

2017-05-24 Thread Burton, Ross
On 24 May 2017 at 21:47, Leonardo Sandoval < leonardo.sandoval.gonza...@linux.intel.com> wrote: > I will check that particular recipe and bb world just so see if some > other recipe is broken with this change, then provide a v3. > And double check what opkg expects :) Ross --

Re: [OE-core] [PATCH v2] package_ipk: correct ipk descriptions

2017-05-24 Thread Leonardo Sandoval
On Wed, 2017-05-24 at 21:15 +0100, Burton, Ross wrote: > > On 22 May 2017 at 17:43, > wrote: > Empty descriptions are set with a space following by a dot. > For the non-empty ones, > there is no need for formating the

Re: [OE-core] [PATCH v2] package_ipk: correct ipk descriptions

2017-05-24 Thread Burton, Ross
On 22 May 2017 at 17:43, wrote: > Empty descriptions are set with a space following by a dot. For the > non-empty ones, > there is no need for formating the description with textwrap, so remove > the logic > for the latter. > Looks like opkg doesn't

[OE-core] [PATCH v2] package_ipk: correct ipk descriptions

2017-05-22 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Empty descriptions are set with a space following by a dot. For the non-empty ones, there is no need for formating the description with textwrap, so remove the logic for the latter. [YOCTO #10677] Signed-off-by: Leonardo