[oe-commits] Robert Yang : meta-perl: fix for eglibc-gconvs

git at git.openembedded.org git at git.openembedded.org
Mon Sep 29 02:51:32 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: d3f979c07e344828ed7bc9686f61882a22cf78ca
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d3f979c07e344828ed7bc9686f61882a22cf78ca

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Sep 15 07:47:01 2014 -0700

meta-perl: fix for eglibc-gconvs

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

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb | 4 ++--
 meta-perl/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..fd3ff8d 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-gconvs to enable charset related functions,
 # such as Net::LibIDN::idn_to_ascii().
-RDEPENDS_${PN} += "eglibc-gconvs"
+RDEPENDS_${PN} += "glibc-gconvs"
 
 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"
 



More information about the Openembedded-commits mailing list