Skip to content

Commit b6383d4

Browse files
moto-timokraj
authored andcommitted
libio-pty-perl: upgrade 1.16 -> 1.17; enable ptest
* Fix RDEPENDS for a minimal image * Inherit ptest-perl and add RDEPENDS 1.17 2022-11-11 Todd Rinaldo <toddr@cpan.org> * Switch changelog entries to metacpan friendly format * #29 - Fix printf format conversion specifiers in croak to support size_t on all platforms * #11,#30 - Tty.pm: pre-allocate buffer for ioctl but leave it length 0 * #28 - Use $arg to match @argv in Makefile.PL https://metacpan.org/release/TODDR/IO-Tty-1.17 Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent 32a22c5 commit b6383d4

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb renamed to meta-oe/recipes-devtools/perl/libio-pty-perl_1.17.bb

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,22 @@ SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz \
77
file://0001-Tty.xs-Do-not-mark-strlcpy-as-static.patch \
88
"
99

10-
SRC_URI[md5sum] = "5ee30bf7c76f00cc69f92388ad776e2a"
11-
SRC_URI[sha256sum] = "8f1a09c070738adc695df903f2e7f74308dd8d991b914c0bc390a0e6021294dd"
10+
SRC_URI[sha256sum] = "a5f1a83020bc5b5dd6c1b570f48c7546e0a8f7fac10a068740b03925ad9e14e8"
1211

1312
S = "${WORKDIR}/IO-Tty-${PV}"
1413

15-
inherit cpan
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+
"
1626

1727
FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/"
1828

0 commit comments

Comments
 (0)