mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libio-pty-perl: add from OE-Classic and update
* Update to version 1.10 * Set SUMMARY instead of DESCRIPTION * Put SRC_URI checksums under SRC_URI * Add LIC_FILES_CHKSUM * Make LICENSE slightly more specific and add spacing Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
54d9e46a44
commit
7785873f73
14
meta-oe/recipes-devtools/perl/libio-pty-perl_1.10.bb
Normal file
14
meta-oe/recipes-devtools/perl/libio-pty-perl_1.10.bb
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
SUMMARY = "Perl module for pseudo tty IO"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LIC_FILES_CHKSUM = "file://META.yml;beginline=7;endline=8;md5=f86a66cc3d9522a227298d6898b181a2"
|
||||
|
||||
SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "46baec86a145e57f0ec661fa412b097c"
|
||||
SRC_URI[sha256sum] = "31a6e21ad187ec5ea93c2b898d6b3519647c5fce9f394b6d3c05a1f7c3f6f8b1"
|
||||
|
||||
S = "${WORKDIR}/IO-Tty-${PV}"
|
||||
|
||||
inherit cpan
|
||||
|
||||
Loading…
Reference in New Issue
Block a user