mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 07:15:43 +01:00
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:
parent
d890efb9b9
commit
3de811a1b1
|
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user