summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2019-06-02 11:43:12 -0700
committerKhem Raj <raj.khem@gmail.com>2019-06-15 16:45:33 -0700
commit362bcbf2291b86aa8e661a06a54be5696971fb17 (patch)
tree1b553b2893519555ba18f97445ff6dfbfa7681c2 /meta-perl
parentb86d2d057d6106791537aaaead49f78de8512d26 (diff)
downloadmeta-openembedded-362bcbf2291b86aa8e661a06a54be5696971fb17.tar.gz
libextutils-installpaths-perl: upgrade 0.011 -> 0.012; enable ptest
* Add RDEPENDS for libextutils-config-perl * Add runtime and ptest dependencies Upstream release notes: 0.012 2018-05-10 21:03:33+02:00 Europe/Amsterdam - Allow a argument to install_map with source dirs - Make tests prove and 5.6 friendly Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb (renamed from meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.011.bb)23
1 files changed, 16 insertions, 7 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.011.bb b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb
index 6eb434a95..2da5e3b4f 100644
--- a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.011.bb
+++ b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb
@@ -9,17 +9,26 @@ LICENSE = "Artistic-1.0 | GPL-1.0+"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769"
10 10
11SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz" 11SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz"
12SRC_URI[md5sum] = "9c75894c3c8c899ab6bfafc5eaa97999" 12SRC_URI[md5sum] = "9a8d66aab1ffec98ea260faf03ac612b"
13SRC_URI[sha256sum] = "7609fa048cdcf1451cad5b1d7d494f30e3d5bad0672d15404f1ea60e1df0067c" 13SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed"
14 14
15S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}" 15S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}"
16 16
17inherit cpan 17inherit cpan ptest-perl
18 18
19RDEPENDS_${PN} = " perl-module-extutils-makemaker \ 19RDEPENDS_${PN} = " \
20 perl-module-data-dumper \ 20 libextutils-config-perl \
21 perl-module-test-more \ 21 perl-module-bytes \
22 perl-module-file-temp \ 22 perl-module-data-dumper \
23 perl-module-extutils-makemaker \
24 perl-module-file-temp \
25 perl-module-test-more \
26"
27
28RDEPENDS_${PN}-ptest = " \
29 ${PN} \
30 perl-module-file-spec-functions \
31 perl-module-test-more \
23" 32"
24 33
25BBCLASSEXTEND = "native" 34BBCLASSEXTEND = "native"