diff options
Diffstat (limited to 'meta-oe/recipes-devtools/perl/libio-pty-perl_1.14.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/perl/libio-pty-perl_1.14.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.14.bb b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.14.bb new file mode 100644 index 0000000000..1ab21d1dcd --- /dev/null +++ b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.14.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Perl module for pseudo tty IO" | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
| 4 | LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=12;md5=b2562f94907eeb42e8ce9d45f628e587" | ||
| 5 | |||
| 6 | SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz" | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "70bcec4b1b19838ed209fb96a13f3e89" | ||
| 9 | SRC_URI[sha256sum] = "51f3e4e311128bdb2c6a15f02c51376cb852ccf9df9bebe8dfbb5f9561eb95b5" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/IO-Tty-${PV}" | ||
| 12 | |||
| 13 | inherit cpan | ||
| 14 | |||
| 15 | FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/" | ||
| 16 | |||
