diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-11-16 19:58:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-21 16:55:57 +0000 |
commit | fbb1228a7f81b51385fa565612ac9ce51ed80bd5 (patch) | |
tree | 27b958e9dd1519990ebbb5cdad5e639c2b166419 /meta/recipes-lsb4/perl/libdumpvalue-perl_1.17.bb | |
parent | d1f0ef5a4cac4ea68ef48cd13a69e7341695734f (diff) | |
download | poky-fbb1228a7f81b51385fa565612ac9ce51ed80bd5.tar.gz |
libdumpvalue-perl: Update to 1.17
LICENSE file updated Copyright year to 2012, no other change
(From OE-Core rev: 41f3104d1993f374e9e289ac74f821261808f833)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-lsb4/perl/libdumpvalue-perl_1.17.bb')
-rw-r--r-- | meta/recipes-lsb4/perl/libdumpvalue-perl_1.17.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-lsb4/perl/libdumpvalue-perl_1.17.bb b/meta/recipes-lsb4/perl/libdumpvalue-perl_1.17.bb new file mode 100644 index 0000000000..148950f805 --- /dev/null +++ b/meta/recipes-lsb4/perl/libdumpvalue-perl_1.17.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "Perl module for provides screen dump of Perl data." | ||
2 | DESCRIPTION = "Perl module for provides screen dump of Perl data." | ||
3 | |||
4 | HOMEPAGE = "http://search.cpan.org/~flora/Dumpvalue/" | ||
5 | SECTION = "libs" | ||
6 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
7 | PR = "r0" | ||
8 | |||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f736bec5ada1fc5e39b2a8e7e06bbcbb" | ||
10 | |||
11 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Dumpvalue-${PV}.tar.gz" | ||
12 | |||
13 | SRC_URI[md5sum] = "6ede9f693d4a9c4555541cb1a1cc2006" | ||
14 | SRC_URI[sha256sum] = "9ea74606b545f769a787ec2ae229549a2ad0a8e3cd4b14eff2ce3841836b3bdb" | ||
15 | |||
16 | S = "${WORKDIR}/Dumpvalue-${PV}" | ||
17 | |||
18 | inherit cpan | ||
19 | |||
20 | BBCLASSEXTEND = "native" | ||