* [PATCH 0/1] Add dependency perl-native for wget
@ 2016-01-25 6:44 kai.kang
2016-01-25 6:44 ` [PATCH 1/1] wget: inherit perlnative kai.kang
0 siblings, 1 reply; 5+ messages in thread
From: kai.kang @ 2016-01-25 6:44 UTC (permalink / raw)
To: openembedded-core
From: Kai Kang <kai.kang@windriver.com>
The following changes since commit a304b820b87ad4ba90a3e121cf864c445fee710c:
weston: Add missing DEPENDS on wayland-native (2016-01-24 10:55:50 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib kangkai/wget
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/wget
Kai Kang (1):
wget: inherit perlnative
meta/recipes-extended/wget/wget.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.6.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/1] wget: inherit perlnative
2016-01-25 6:44 [PATCH 0/1] Add dependency perl-native for wget kai.kang
@ 2016-01-25 6:44 ` kai.kang
2016-01-25 7:27 ` Khem Raj
0 siblings, 1 reply; 5+ messages in thread
From: kai.kang @ 2016-01-25 6:44 UTC (permalink / raw)
To: openembedded-core
From: Kai Kang <kai.kang@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@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
EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \
--without-libgnutls-prefix ac_cv_header_uuid_uuid_h=no"
--
2.6.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH 1/1] wget: inherit perlnative
2016-01-25 6:44 ` [PATCH 1/1] wget: inherit perlnative kai.kang
@ 2016-01-25 7:27 ` Khem Raj
2016-01-25 8:48 ` Burton, Ross
0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2016-01-25 7:27 UTC (permalink / raw)
To: Kang Kai; +Cc: Patches and discussions about the oe-core layer
On Sun, Jan 24, 2016 at 10:44 PM, <kai.kang@windriver.com> wrote:
> From: Kai Kang <kai.kang@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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/1] wget: inherit perlnative
2016-01-25 7:27 ` Khem Raj
@ 2016-01-25 8:48 ` Burton, Ross
2016-01-25 10:01 ` Kang Kai
0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2016-01-25 8:48 UTC (permalink / raw)
To: Khem Raj; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 653 bytes --]
On 25 January 2016 at 07:27, Khem Raj <raj.khem@gmail.com> 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
[-- Attachment #2: Type: text/html, Size: 1071 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/1] wget: inherit perlnative
2016-01-25 8:48 ` Burton, Ross
@ 2016-01-25 10:01 ` Kang Kai
0 siblings, 0 replies; 5+ messages in thread
From: Kang Kai @ 2016-01-25 10:01 UTC (permalink / raw)
To: Burton, Ross, Khem Raj; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 976 bytes --]
On 2016年01月25日 16:48, Burton, Ross wrote:
>
> On 25 January 2016 at 07:27, Khem Raj <raj.khem@gmail.com
> <mailto:raj.khem@gmail.com>> 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
[-- Attachment #2: Type: text/html, Size: 2609 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-01-25 10:01 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-25 6:44 [PATCH 0/1] Add dependency perl-native for wget kai.kang
2016-01-25 6:44 ` [PATCH 1/1] wget: inherit perlnative kai.kang
2016-01-25 7:27 ` Khem Raj
2016-01-25 8:48 ` Burton, Ross
2016-01-25 10:01 ` Kang Kai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox