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

Paul Eggleton paul.eggleton at linux.intel.com
Thu Sep 11 15:03:26 UTC 2014


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?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the Openembedded-devel mailing list