summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/perl/libio-pty-perl_1.17.bb (renamed from meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb)16
1 files changed, 13 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.17.bb
index 0f1c71b70c..684788f199 100644
--- a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb
+++ b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.17.bb
@@ -7,12 +7,22 @@ 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 \ 7 file://0001-Tty.xs-Do-not-mark-strlcpy-as-static.patch \
8 " 8 "
9 9
10SRC_URI[md5sum] = "5ee30bf7c76f00cc69f92388ad776e2a" 10SRC_URI[sha256sum] = "a5f1a83020bc5b5dd6c1b570f48c7546e0a8f7fac10a068740b03925ad9e14e8"
11SRC_URI[sha256sum] = "8f1a09c070738adc695df903f2e7f74308dd8d991b914c0bc390a0e6021294dd"
12 11
13S = "${WORKDIR}/IO-Tty-${PV}" 12S = "${WORKDIR}/IO-Tty-${PV}"
14 13
15inherit cpan 14inherit cpan ptest-perl
15
16RDEPENDS:${PN} += "\
17 perl-module-carp \
18 perl-module-exporter \
19 perl-module-io-handle \
20 perl-module-posix \
21"
22
23RDEPENDS:${PN}-ptest += "\
24 perl-module-test-more \
25"
16 26
17FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/" 27FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/"
18 28