diff options
| author | Derek Straka <derek@asterius.io> | 2017-08-08 14:33:52 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-13 13:20:59 +0200 |
| commit | 681965b914897a86fe01cb2cca018eb87248637c (patch) | |
| tree | a6e0f251f76fc9fbcd99fd6a76216b9df085245f /meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb | |
| parent | 878234c4b561e6aa9a0ed0a69962e8e832df30a1 (diff) | |
| download | meta-openembedded-681965b914897a86fe01cb2cca018eb87248637c.tar.gz | |
libextutils-parsexs-perl: update to version 3.35
Update license checksum and verify terms are unchanged
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb')
| -rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb new file mode 100644 index 0000000000..33707a0af6 --- /dev/null +++ b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb | |||
| @@ -0,0 +1,47 @@ | |||
| 1 | SUMMARY = "ExtUtils::ParseXS - converts Perl XS code into C code" | ||
| 2 | DESCRIPTION = "\"ExtUtils::ParseXS\" will compile XS code into C code by \ | ||
| 3 | embedding the constructs necessary to let C functions manipulate Perl \ | ||
| 4 | values and creates the glue necessary to let Perl access those functions. \ | ||
| 5 | The compiler uses typesmapes to determine how to map C function parameters \ | ||
| 6 | and variables to Perl values." | ||
| 7 | |||
| 8 | SECTION = "libs" | ||
| 9 | |||
| 10 | HOMEPAGE = "http://metapan.org/release/ExtUtils-ParseXS/" | ||
| 11 | |||
| 12 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
| 13 | LIC_FILES_CHKSUM = "file://README;beginline=120;endline=129;md5=eb858f0e3b1b0bee0c05b86a474ae2b6" | ||
| 14 | |||
| 15 | SRCNAME = "ExtUtils-ParseXS" | ||
| 16 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SM/SMUELLER/${SRCNAME}-${PV}.tar.gz" | ||
| 17 | SRC_URI[md5sum] = "2ae41036d85e98e1369645724962dd16" | ||
| 18 | SRC_URI[sha256sum] = "41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 21 | |||
| 22 | inherit cpan | ||
| 23 | |||
| 24 | RDEPENDS_${PN} = " perl-module-carp \ | ||
| 25 | perl-module-cwd \ | ||
| 26 | perl-module-dynaloader \ | ||
| 27 | perl-module-extutils-cbuilder \ | ||
| 28 | perl-module-extutils-makemaker \ | ||
| 29 | perl-module-file-basename \ | ||
| 30 | perl-module-file-spec \ | ||
| 31 | perl-module-lib \ | ||
| 32 | perl-module-symbol \ | ||
| 33 | perl-module-test-more \ | ||
| 34 | " | ||
| 35 | |||
| 36 | RPROVIDES_${PN} += " libextutils-parsexs-constants-perl \ | ||
| 37 | libextutils-parsexs-countlines-perl \ | ||
| 38 | libextutils-parsexs-eval-perl \ | ||
| 39 | libextutils-parsexs-utilities-perl \ | ||
| 40 | libextutils-typemaps-perl \ | ||
| 41 | libextutils-typemaps-cmd-perl \ | ||
| 42 | libextutils-typemaps-inputmap-perl \ | ||
| 43 | libextutils-typemaps-outputmap-perl \ | ||
| 44 | libextutils-typemaps-type-perl \ | ||
| 45 | " | ||
| 46 | |||
| 47 | BBCLASSEXTEND = "native" | ||
