diff mbox series

[meta-oe] libio-pty-perl: fix SRC_URI and License

Message ID 20260623111521.12086-1-schonm@gmail.com
State Under Review
Headers show
Series [meta-oe] libio-pty-perl: fix SRC_URI and License | expand

Commit Message

Jason Schonberg June 23, 2026, 11:15 a.m. UTC
Use metacpan instead of cpan

Reference the LICENSE file since there is one.
Licnese remains unchanged - still Artistic or GPL

Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 meta-oe/recipes-devtools/perl/libio-pty-perl_1.31.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.31.bb b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.31.bb
index b5b52148c4..37231b0ec0 100644
--- a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.31.bb
+++ b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.31.bb
@@ -1,9 +1,9 @@ 
 SUMMARY = "Perl module for pseudo tty IO"
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=12;md5=b2562f94907eeb42e8ce9d45f628e587"
+LIC_FILES_CHKSUM = "file://LICENSE;beginline=11;endline=15;md5=1810a9b670f4c85932012bcc2275fc9d"
 
-SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TODDR/IO-Tty-${PV}.tar.gz"
 
 SRC_URI[sha256sum] = "d597af221628571cbecf35b44520148c44798dfc8a9867774e60453f79d25ff7"