Skip to content

Commit

Permalink
libio-pty-perl: upgrade 1.16 -> 1.17; enable ptest
Browse files Browse the repository at this point in the history
* 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
    * openembedded#29 - Fix printf format conversion specifiers in croak to support size_t on all platforms
    * openembedded#11,openembedded#30 - Tty.pm: pre-allocate buffer for ioctl but leave it length 0
    * openembedded#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>
  • Loading branch information
moto-timo authored and kraj committed Nov 18, 2022
1 parent 32a22c5 commit b6383d4
Showing 1 changed file with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,22 @@ SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz \
file://0001-Tty.xs-Do-not-mark-strlcpy-as-static.patch \
"

SRC_URI[md5sum] = "5ee30bf7c76f00cc69f92388ad776e2a"
SRC_URI[sha256sum] = "8f1a09c070738adc695df903f2e7f74308dd8d991b914c0bc390a0e6021294dd"
SRC_URI[sha256sum] = "a5f1a83020bc5b5dd6c1b570f48c7546e0a8f7fac10a068740b03925ad9e14e8"

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

inherit cpan
inherit cpan ptest-perl

RDEPENDS:${PN} += "\
perl-module-carp \
perl-module-exporter \
perl-module-io-handle \
perl-module-posix \
"

RDEPENDS:${PN}-ptest += "\
perl-module-test-more \
"

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

0 comments on commit b6383d4

Please sign in to comment.