diff options
Diffstat (limited to 'meta-oe/recipes-devtools/perl/libio-pty-perl_1.17.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/perl/libio-pty-perl_1.17.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.17.bb b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.17.bb new file mode 100644 index 0000000000..684788f199 --- /dev/null +++ b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.17.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "Perl module for pseudo tty IO" | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
| 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 | file://0001-Tty.xs-Do-not-mark-strlcpy-as-static.patch \ | ||
| 8 | " | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "a5f1a83020bc5b5dd6c1b570f48c7546e0a8f7fac10a068740b03925ad9e14e8" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/IO-Tty-${PV}" | ||
| 13 | |||
| 14 | inherit cpan ptest-perl | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += "\ | ||
| 17 | perl-module-carp \ | ||
| 18 | perl-module-exporter \ | ||
| 19 | perl-module-io-handle \ | ||
| 20 | perl-module-posix \ | ||
| 21 | " | ||
| 22 | |||
| 23 | RDEPENDS:${PN}-ptest += "\ | ||
| 24 | perl-module-test-more \ | ||
| 25 | " | ||
| 26 | |||
| 27 | FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/" | ||
| 28 | |||
