mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 06:37:56 +00:00
* 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>
29 lines
758 B
BlitzBasic
29 lines
758 B
BlitzBasic
SUMMARY = "Perl module for pseudo tty IO"
|
|
SECTION = "libs"
|
|
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=12;md5=b2562f94907eeb42e8ce9d45f628e587"
|
|
|
|
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[sha256sum] = "a5f1a83020bc5b5dd6c1b570f48c7546e0a8f7fac10a068740b03925ad9e14e8"
|
|
|
|
S = "${WORKDIR}/IO-Tty-${PV}"
|
|
|
|
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/"
|
|
|