[oe] [meta-perl] [PATCH] meta-perl: fix for eglibc-gconvs

Robert Yang liezhi.yang at windriver.com
Thu Sep 11 15:16:43 UTC 2014



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 at 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
>



More information about the Openembedded-devel mailing list