diff options
Diffstat (limited to 'meta-oe/recipes-devtools/perl/libio-pty-perl_1.20.bb')
-rw-r--r-- | meta-oe/recipes-devtools/perl/libio-pty-perl_1.20.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.20.bb b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.20.bb new file mode 100644 index 000000000..6029b7aae --- /dev/null +++ b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.20.bb | |||
@@ -0,0 +1,26 @@ | |||
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 | |||
8 | SRC_URI[sha256sum] = "b15309fc85623893289cb9b2b88dfa9ed1e69156b75f29938553a45be6d730af" | ||
9 | |||
10 | S = "${WORKDIR}/IO-Tty-${PV}" | ||
11 | |||
12 | inherit cpan ptest-perl | ||
13 | |||
14 | RDEPENDS:${PN} += "\ | ||
15 | perl-module-carp \ | ||
16 | perl-module-exporter \ | ||
17 | perl-module-io-handle \ | ||
18 | perl-module-posix \ | ||
19 | " | ||
20 | |||
21 | RDEPENDS:${PN}-ptest += "\ | ||
22 | perl-module-test-more \ | ||
23 | " | ||
24 | |||
25 | FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/" | ||
26 | |||