From 3be4e869005e360342c0cc102ca5afdc953cf859 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 22 Apr 2016 13:37:15 -0400 Subject: libio-pty-perl: update to version 1.12 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/perl/libio-pty-perl_1.10.bb | 16 ---------------- meta-oe/recipes-devtools/perl/libio-pty-perl_1.12.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-devtools/perl/libio-pty-perl_1.10.bb create mode 100644 meta-oe/recipes-devtools/perl/libio-pty-perl_1.12.bb diff --git a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.10.bb b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.10.bb deleted file mode 100644 index a5f887f890..0000000000 --- a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.10.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Perl module for pseudo tty IO" -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0+" -LIC_FILES_CHKSUM = "file://META.yml;beginline=7;endline=8;md5=f86a66cc3d9522a227298d6898b181a2" - -SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz" - -SRC_URI[md5sum] = "46baec86a145e57f0ec661fa412b097c" -SRC_URI[sha256sum] = "31a6e21ad187ec5ea93c2b898d6b3519647c5fce9f394b6d3c05a1f7c3f6f8b1" - -S = "${WORKDIR}/IO-Tty-${PV}" - -inherit cpan - -FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/" - diff --git a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.12.bb b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.12.bb new file mode 100644 index 0000000000..b1a95e5771 --- /dev/null +++ b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.12.bb @@ -0,0 +1,16 @@ +SUMMARY = "Perl module for pseudo tty IO" +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0+" +LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=12;md5=b2562f94907eeb42e8ce9d45f628e587" + +SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz" + +SRC_URI[md5sum] = "11695a1a516b3bd1b90ce75ff0ce3e6d" +SRC_URI[sha256sum] = "a2ef8770d3309178203f8c8ac25e623e63cf76e97830fd3be280ade1a555290d" + +S = "${WORKDIR}/IO-Tty-${PV}" + +inherit cpan + +FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/" + -- cgit 1.2.3-korg