From d3f979c07e344828ed7bc9686f61882a22cf78ca Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 15 Sep 2014 07:47:01 -0700 Subject: meta-perl: fix for eglibc-gconvs There is no eglibc-gconvs now, but glibc-gconvs. Signed-off-by: Robert Yang Signed-off-by: Martin Jansa --- meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-perl/recipes-perl/libtext') 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 fb4182dd46..934be0399f 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" -- cgit v1.2.3-54-g00ecf