aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2014-07-06 09:24:30 -0700
committerTim Orling <TicoTimo@gmail.com>2014-08-24 19:47:43 -0700
commit60a3dd91272329468b0542317e2aa32b27e5c17a (patch)
treefa3143c256fa048d2332a90e0bdff4c32e4650cd
parent371a9d9b5a849446e558c3ad3449edbed16b01ee (diff)
downloadmeta-openembedded-contrib-60a3dd91272329468b0542317e2aa32b27e5c17a.tar.gz
libextutils-typemaps-default-perl: add 1.05
NOTE: requires Module::Build > 0.40 * Fails with perl 5.14.3 * Works with perl 5.20.0 (http://patches.openembedded.org/patch/74513/)
-rw-r--r--meta-perl/recipes-perl/libextutils/libextutils-typemaps-default-perl_1.05.bb41
1 files changed, 41 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-typemaps-default-perl_1.05.bb b/meta-perl/recipes-perl/libextutils/libextutils-typemaps-default-perl_1.05.bb
new file mode 100644
index 0000000000..4a693196a9
--- /dev/null
+++ b/meta-perl/recipes-perl/libextutils/libextutils-typemaps-default-perl_1.05.bb
@@ -0,0 +1,41 @@
+SUMMARY = "ExtUtils::Typemaps::Default - A set of useful typemaps"
+DESCRIPTION = "\"ExtUtils::Typemaps::Default\" is an \"ExtUtils::Typemaps\" \
+subclass that provides a set of default mappsing (in addition to what perl \
+provides). These default mappings are currently defined as the combination \
+of the mappings provided by the following typemap classes which are provided \
+in this distribution: \
+\"ExtUtils::Typemaps::ObjectMap\", "\ExtUtils::Typemaps::STL\", \
+\"ExtUtils::Typemaps::Basic\""
+
+SECTION = "libs"
+
+HOMEPAGE = "https://metapan.org/release/ExtUtils-Typemaps-Default"
+
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://META.json;md5=1e6d5fcf59c707f0abe187adc8d63142"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/S/SM/SMUELLER/ExtUtils-Typemaps-Default-${PV}.tar.gz"
+SRC_URI[md5sum] = "346c127faf7b74bc4cfc29fa3e8e6f8d"
+SRC_URI[sha256sum] = "3dfaf5837ebfdc007895bfca84c3c2e76d589a7d336400e8dfb3243d818215de"
+
+S = "${WORKDIR}/ExtUtils-Typemaps-Default-${PV}"
+
+inherit cpan_build
+
+RDEPENDS_${PN} = " libextutils-typemaps-perl"
+
+RPROVIDES_${PN} += " libextutils-typemap-basic-perl \
+ libextutils-typemap-objectmap-perl \
+ libextutils-typemap-stl-perl \
+ libextutils-typemap-stl-list-perl \
+ libextutils-typemap-stl-string-perl \
+ libextutils-typemap-stl-vector-perl \
+ libextutils-typemaps-basic-perl \
+ libextutils-typemaps-objectmap-perl \
+ libextutils-typemaps-stl-perl \
+ libextutils-typemaps-stl-list-perl \
+ libextutils-typemaps-stl-string-perl \
+ libextutils-typemaps-stl-vector-perl \
+"
+
+BBCLASSEXTEND = "native"