xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Perl module for pseudo tty IO"
2SECTION = "libs"
3LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
4LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=12;md5=b2562f94907eeb42e8ce9d45f628e587"
5
6SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz"
7
8SRC_URI[md5sum] = "5ee30bf7c76f00cc69f92388ad776e2a"
9SRC_URI[sha256sum] = "8f1a09c070738adc695df903f2e7f74308dd8d991b914c0bc390a0e6021294dd"
10
11S = "${WORKDIR}/IO-Tty-${PV}"
12
13inherit cpan
14
15FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/"
16
17