diff options
author | Tim Orling <TicoTimo@gmail.com> | 2014-05-21 00:43:39 -0700 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-06-04 09:52:54 +0100 |
commit | c27e0dcffa478e00aa68b1ced9e5fe4538066925 (patch) | |
tree | f24e4359e7f8331e820da1b91a34902a19a383ed /meta-perl | |
parent | ad4ec563994fc19e916fd8a78ec2f6bdde6e47d7 (diff) | |
download | meta-openembedded-c27e0dcffa478e00aa68b1ced9e5fe4538066925.tar.gz |
libextutils-installpaths-perl: add 0.010
[Description from CPAN]
This module tries to make install path resolution as easy
as possible.
* Add ${CPAN_MIRROR} option
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.010.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.010.bb b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.010.bb new file mode 100644 index 0000000000..8de375d2e3 --- /dev/null +++ b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.010.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | SUMMARY = "ExtUtils::InstallPaths - Build.PL install path logic made easy" | ||
2 | DESCRIPTION = "This module tries to make install path resolution as easy \ | ||
3 | as possible." | ||
4 | SECTION = "libs" | ||
5 | |||
6 | HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-InstallPaths/" | ||
7 | |||
8 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=15bbcc2806d297df9e944b8955b38d82" | ||
10 | |||
11 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz" | ||
12 | SRC_URI[md5sum] = "f0b00cc6c04653588a6298fa1f16c07f" | ||
13 | SRC_URI[sha256sum] = "d14cbff118e467900c2c488b55b83ef697d6eb1b8f592c0521f1d82848bf2156" | ||
14 | |||
15 | S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}" | ||
16 | |||
17 | inherit cpan | ||
18 | |||
19 | RDEPENDS_${PN} = " perl-module-extutils-makemaker \ | ||
20 | perl-module-data-dumper \ | ||
21 | perl-module-test-more \ | ||
22 | perl-module-file-temp \ | ||
23 | " | ||
24 | |||
25 | BBCLASSEXTEND = "native" | ||