libcurses-perl: www.cpan.org -> cpan.metacpan.org

Change from www.cpan.org to cpan.metacpan.org use the CPAN_MIRROR variable
defined in the global mirrors.bbclass

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
J. S. 2024-10-27 10:20:53 -04:00 committed by Khem Raj
parent d890efb9b9
commit 3de811a1b1
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -2,13 +2,14 @@ DESCRIPTION = "lib-curses provides an interface between Perl programs and \
the curses library."
SECTION = "libs"
HOMEPAGE = "https://metacpan.org/pod/Curses"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=0b37356c5e9e28080a3422d82af8af09"
DEPENDS += "perl ncurses "
SRC_URI = "http://www.cpan.org/authors/id/G/GI/GIRAFFED/Curses-${PV}.tar.gz \
SRC_URI = "${CPAN_MIRROR}/authors/id/G/GI/GIRAFFED/Curses-${PV}.tar.gz \
file://0001-testtyp.c-Use-proper-prototype-for-main-function.patch \
"