Re: [OE-core] [PATCH] manpages.bbclass: avoid QA warning when "manpages" feature not supported

2017-05-25 Thread Jose Lamego
On 05/25/2017 03:06 AM, Alexander Kanavin wrote: > On 05/24/2017 11:54 PM, Jose Lamego wrote: >> Sorry is miss this message. >> >> The command line is missing the squared brackets (the following should >> do the work since I may have permissions): >> >> [Patchwork-Status: Rejected] >> >> Guys: Do

Re: [OE-core] [PATCH] manpages.bbclass: avoid QA warning when "manpages" feature not supported

2017-05-25 Thread Alexander Kanavin
On 05/24/2017 11:54 PM, Jose Lamego wrote: Sorry is miss this message. The command line is missing the squared brackets (the following should do the work since I may have permissions): [Patchwork-Status: Rejected] Guys: Do you believe we should drop the brackets requirement? You can support

Re: [OE-core] [PATCH] manpages.bbclass: avoid QA warning when "manpages" feature not supported

2017-05-24 Thread Jose Lamego
Evidently, I don't have the required permissions (you can see the previous system-generated comment). -- Jose Lamego | OTC Embedded Platforms & Tools | GDC signature.asc Description: OpenPGP digital signature -- ___ Openembedded-core mailing list Op

Re: [OE-core] [PATCH] manpages.bbclass: avoid QA warning when "manpages" feature not supported

2017-05-24 Thread Jose Lamego
On 05/15/2017 08:06 AM, Burton, Ross wrote: > Hi Jose, > > On 15 May 2017 at 13:24, Patrick Ohly > wrote: > > Patchwork-Status: Rejected > > > The patch in patchworks hasn't been updated > (https://patchwork.openembedded.org/series/6723/), I thought patchwo

Re: [OE-core] [PATCH] manpages.bbclass: avoid QA warning when "manpages" feature not supported

2017-05-15 Thread Burton, Ross
Hi Jose, On 15 May 2017 at 13:24, Patrick Ohly wrote: > Patchwork-Status: Rejected > The patch in patchworks hasn't been updated ( https://patchwork.openembedded.org/series/6723/), I thought patchworks was listening for these commands now? Ross -- _

Re: [OE-core] [PATCH] manpages.bbclass: avoid QA warning when "manpages" feature not supported

2017-05-15 Thread Patrick Ohly
On Mon, 2017-05-15 at 14:47 +0300, Alexander Kanavin wrote: > On 05/15/2017 11:32 AM, Patrick Ohly wrote: > > Activating API documentation with: > > INHERIT += "manpages" > > DISTRO_FEATURES_append = " api-documentation" > > You do not need to add the first line at all, why are you doing it?

Re: [OE-core] [PATCH] manpages.bbclass: avoid QA warning when "manpages" feature not supported

2017-05-15 Thread Alexander Kanavin
On 05/15/2017 11:32 AM, Patrick Ohly wrote: Activating API documentation with: INHERIT += "manpages" DISTRO_FEATURES_append = " api-documentation" You do not need to add the first line at all, why are you doing it? manpages is inherited on a per-recipe basis when the recipe itself support

[OE-core] [PATCH] manpages.bbclass: avoid QA warning when "manpages" feature not supported

2017-05-15 Thread Patrick Ohly
Activating API documentation with: INHERIT += "manpages" DISTRO_FEATURES_append = " api-documentation" triggers QA warnings for each recipe which doesn't have a "manpages" PACKAGECONFIG. Example: WARNING: base-files-3.0.14-r89 do_configure: QA Issue: base-files: invalid PACKAGECONFIG: manpag