All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-perl] [PATCH] meta-perl: fix for eglibc-gconvs
@ 2014-09-09 15:02 Robert Yang
  2014-09-11 15:03 ` Paul Eggleton
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Yang @ 2014-09-09 15:02 UTC (permalink / raw)
  To: openembedded-devel

There is no eglibc-gconvs now, but glibc-gconvs.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../recipes-perl/libnet/libnet-libidn-perl_0.12.bb |    4 ++--
 .../recipes-perl/libtext/libtext-iconv-perl_1.7.bb |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
index 42b213d..f896d11 100644
--- a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
@@ -8,9 +8,9 @@ SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPLv1+"
 HOMEPAGE = "http://search.cpan.org/dist/Net-LibIDN/"
 DEPENDS += "libidn"
-# We must need eglibc-gconvs to enable charset related functions, 
+# We must need glibc-gconv to enable charset related functions,
 # such as Net::LibIDN::idn_to_ascii().
-RDEPENDS_${PN} += "eglibc-gconvs"
+RDEPENDS_${PN} += "glibc-gconv"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz"
 SRC_URI[md5sum] = "c3e4de2065009d67bcb1df0afb473e12"
diff --git a/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb b/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb
index fb4182d..934be03 100644
--- a/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb
+++ b/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb
@@ -10,7 +10,7 @@ documentation."
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://README;beginline=3;endline=6;md5=fadf2919c7128e887d26b4d905f90649"
-RRECOMMENDS_${PN} += "eglibc-gconvs"
+RRECOMMENDS_${PN} += "glibc-gconvs"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-${PV}.tar.gz"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-perl] [PATCH] meta-perl: fix for eglibc-gconvs
  2014-09-09 15:02 [meta-perl] [PATCH] meta-perl: fix for eglibc-gconvs Robert Yang
@ 2014-09-11 15:03 ` Paul Eggleton
  2014-09-11 15:16   ` Robert Yang
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggleton @ 2014-09-11 15:03 UTC (permalink / raw)
  To: Robert Yang; +Cc: openembedded-devel

Hi Robert,

On Tuesday 09 September 2014 08:02:09 Robert Yang wrote:
> There is no eglibc-gconvs now, but glibc-gconvs.
> 
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>  .../recipes-perl/libnet/libnet-libidn-perl_0.12.bb |    4 ++--
>  .../recipes-perl/libtext/libtext-iconv-perl_1.7.bb |    2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
> b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb index
> 42b213d..f896d11 100644
> --- a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
> +++ b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
> @@ -8,9 +8,9 @@ SECTION = "libs"
>  LICENSE = "Artistic-1.0 | GPLv1+"
>  HOMEPAGE = "http://search.cpan.org/dist/Net-LibIDN/"
>  DEPENDS += "libidn"
> -# We must need eglibc-gconvs to enable charset related functions,
> +# We must need glibc-gconv to enable charset related functions,
>  # such as Net::LibIDN::idn_to_ascii().
> -RDEPENDS_${PN} += "eglibc-gconvs"
> +RDEPENDS_${PN} += "glibc-gconv"

Ah, should that be glibc-gconvs?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-perl] [PATCH] meta-perl: fix for eglibc-gconvs
  2014-09-11 15:03 ` Paul Eggleton
@ 2014-09-11 15:16   ` Robert Yang
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Yang @ 2014-09-11 15:16 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-devel



On 09/11/2014 11:03 PM, Paul Eggleton wrote:
> Hi Robert,
>
> On Tuesday 09 September 2014 08:02:09 Robert Yang wrote:
>> There is no eglibc-gconvs now, but glibc-gconvs.
>>
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> ---
>>   .../recipes-perl/libnet/libnet-libidn-perl_0.12.bb |    4 ++--
>>   .../recipes-perl/libtext/libtext-iconv-perl_1.7.bb |    2 +-
>>   2 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
>> b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb index
>> 42b213d..f896d11 100644
>> --- a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
>> +++ b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
>> @@ -8,9 +8,9 @@ SECTION = "libs"
>>   LICENSE = "Artistic-1.0 | GPLv1+"
>>   HOMEPAGE = "http://search.cpan.org/dist/Net-LibIDN/"
>>   DEPENDS += "libidn"
>> -# We must need eglibc-gconvs to enable charset related functions,
>> +# We must need glibc-gconv to enable charset related functions,
>>   # such as Net::LibIDN::idn_to_ascii().
>> -RDEPENDS_${PN} += "eglibc-gconvs"
>> +RDEPENDS_${PN} += "glibc-gconv"
>
> Ah, should that be glibc-gconvs?

Yes, I think so, sorry, I was confused by glibc-gconv and glibc-gconvs,
will send a V2 tomorrow.

// Robert

>
> Cheers,
> Paul
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-11 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-09 15:02 [meta-perl] [PATCH] meta-perl: fix for eglibc-gconvs Robert Yang
2014-09-11 15:03 ` Paul Eggleton
2014-09-11 15:16   ` Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.