summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2024-10-27 10:20:53 -0400
committerKhem Raj <raj.khem@gmail.com>2024-10-27 14:24:32 -0700
commit3de811a1b1c6e7e3c69abcf0310aceeb8b04d54c (patch)
treeab91e2b959edca25217ef10433a1a38905f08317
parentd890efb9b9fde685979a7900c9ee2200a4963f0a (diff)
downloadmeta-openembedded-3de811a1b1c6e7e3c69abcf0310aceeb8b04d54c.tar.gz
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>
-rw-r--r--meta-perl/recipes-perl/libcurses/libcurses-perl_1.45.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libcurses/libcurses-perl_1.45.bb b/meta-perl/recipes-perl/libcurses/libcurses-perl_1.45.bb
index 7951e0ddbd..f440209860 100644
--- a/meta-perl/recipes-perl/libcurses/libcurses-perl_1.45.bb
+++ b/meta-perl/recipes-perl/libcurses/libcurses-perl_1.45.bb
@@ -2,13 +2,14 @@ DESCRIPTION = "lib-curses provides an interface between Perl programs and \
2the curses library." 2the curses library."
3 3
4SECTION = "libs" 4SECTION = "libs"
5HOMEPAGE = "https://metacpan.org/pod/Curses"
5LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 6LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
6 7
7LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=0b37356c5e9e28080a3422d82af8af09" 8LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=0b37356c5e9e28080a3422d82af8af09"
8 9
9DEPENDS += "perl ncurses " 10DEPENDS += "perl ncurses "
10 11
11SRC_URI = "http://www.cpan.org/authors/id/G/GI/GIRAFFED/Curses-${PV}.tar.gz \ 12SRC_URI = "${CPAN_MIRROR}/authors/id/G/GI/GIRAFFED/Curses-${PV}.tar.gz \
12 file://0001-testtyp.c-Use-proper-prototype-for-main-function.patch \ 13 file://0001-testtyp.c-Use-proper-prototype-for-main-function.patch \
13 " 14 "
14 15