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

Khem Raj raj.khem at gmail.com
Mon Jan 25 07:27:02 UTC 2016


On Sun, Jan 24, 2016 at 10:44 PM,  <kai.kang at windriver.com> wrote:
> From: Kai Kang <kai.kang at windriver.com>
>
> 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 <kai.kang at windriver.com>
> ---
>  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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list