Re: [OE-core] [PATCH 1/1] wget: inherit perlnative

2016-01-25 Thread Kang Kai

On 2016年01月25日 16:48, Burton, Ross wrote:


On 25 January 2016 at 07:27, Khem Raj > wrote:


what happens for wget-native ? Does it now serialize the build ?


Thankfully wget-native is an assumed dependency (albeit not 
explicitly, we should fix that).


But I do agree that perlnative is a *huge* dependency for a bit of 
documentation.  SLED 11 is rather old now (released 2009), we don't 
test it on the autobuilders, and support for it ends in less than two 
months.  I'd prefer to either call this a distro patch for products 
who want to continue to support SLED11, or patch the documentation 
build so that it doesn't pass --utf8 if that isn't harmful.


If oe-core doesn't support SLED11, I'll make this as a local commit. 
When the support for SLED11 ends, it could be removed easily.


Thank you all.

--Kai




Ross



--
Regards,
Neil | Kai Kang

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] wget: inherit perlnative

2016-01-25 Thread Burton, Ross
On 25 January 2016 at 07:27, Khem Raj  wrote:

> what happens for wget-native ? Does it now serialize the build ?
>

Thankfully wget-native is an assumed dependency (albeit not explicitly, we
should fix that).

But I do agree that perlnative is a *huge* dependency for a bit of
documentation.  SLED 11 is rather old now (released 2009), we don't test it
on the autobuilders, and support for it ends in less than two months.  I'd
prefer to either call this a distro patch for products who want to continue
to support SLED11, or patch the documentation build so that it doesn't pass
--utf8 if that isn't harmful.

Ross
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] wget: inherit perlnative

2016-01-24 Thread Khem Raj
On Sun, Jan 24, 2016 at 10:44 PM,   wrote:
> From: Kai Kang 
>
> In wget 1.17, it add option '--utf8' for command pod2man to create doc
> files. pod2man doesn't support that option on some host such as SLED 11.
>
> Inherit perlnative to provides native pod2man to fix this issue.
>
> Signed-off-by: Kai Kang 
> ---
>  meta/recipes-extended/wget/wget.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/wget/wget.inc 
> b/meta/recipes-extended/wget/wget.inc
> index 049b898..f749958 100644
> --- a/meta/recipes-extended/wget/wget.inc
> +++ b/meta/recipes-extended/wget/wget.inc
> @@ -7,7 +7,7 @@ DEPENDS = "gnutls zlib libpcre"
>
>  INC_PR = "r16"
>
> -inherit autotools gettext texinfo update-alternatives pkgconfig
> +inherit autotools gettext texinfo update-alternatives pkgconfig perlnative

what happens for wget-native ? Does it now serialize the build ?

>
>  EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath 
> --disable-iri \
>  --without-libgnutls-prefix ac_cv_header_uuid_uuid_h=no"
> --
> 2.6.1
>
> --
> ___
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core