diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-07-12 10:43:59 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-24 14:30:09 +0200 |
commit | 7785873f736a4443b171100e42520c7aad96d348 (patch) | |
tree | e45d9f7d7e837b2713e1b56cf2a04258f1507acf /meta-oe/recipes-devtools | |
parent | 54d9e46a44ff57aafa180c835343fddaca4687df (diff) | |
download | meta-openembedded-7785873f736a4443b171100e42520c7aad96d348.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/perl/libio-pty-perl_1.10.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.10.bb b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.10.bb new file mode 100644 index 000000000..88db683b8 --- /dev/null +++ b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.10.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Perl module for pseudo tty IO" | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
4 | LIC_FILES_CHKSUM = "file://META.yml;beginline=7;endline=8;md5=f86a66cc3d9522a227298d6898b181a2" | ||
5 | |||
6 | SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz" | ||
7 | |||
8 | SRC_URI[md5sum] = "46baec86a145e57f0ec661fa412b097c" | ||
9 | SRC_URI[sha256sum] = "31a6e21ad187ec5ea93c2b898d6b3519647c5fce9f394b6d3c05a1f7c3f6f8b1" | ||
10 | |||
11 | S = "${WORKDIR}/IO-Tty-${PV}" | ||
12 | |||
13 | inherit cpan | ||
14 | |||