mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
meta-perl: fix for eglibc-gconvs
There is no eglibc-gconvs now, but glibc-gconvs. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
48452bcd30
commit
d3f979c07e
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user