summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/libmime/libmime-types-perl_2.22.bb (renamed from meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb)22
1 files changed, 13 insertions, 9 deletions
diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.22.bb
index d1f6f8c59..5f5c4958d 100644
--- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb
+++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.22.bb
@@ -14,8 +14,7 @@ LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875
14SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \ 14SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \
15 file://run-ptest \ 15 file://run-ptest \
16 " 16 "
17SRC_URI[md5sum] = "6f1441addab947137bac92c379a47ba3" 17SRC_URI[sha256sum] = "c2545eb30b094e942860ff8444f0f6cb54641caa8f7d386aaa2d925da4b02400"
18SRC_URI[sha256sum] = "e04ed7d42f1ff3150a303805f2689c28f80b92c511784d4641cb7f040d3e8ff6"
19 18
20S = "${WORKDIR}/MIME-Types-${PV}" 19S = "${WORKDIR}/MIME-Types-${PV}"
21 20
@@ -23,19 +22,24 @@ inherit cpan ptest
23 22
24RDEPENDS:${PN} = "\ 23RDEPENDS:${PN} = "\
25 perl-module-base \ 24 perl-module-base \
25 perl-module-carp \
26 perl-module-constant \
27 perl-module-cwd \
28 perl-module-encode-encoding \
26 perl-module-file-basename \ 29 perl-module-file-basename \
27 perl-module-file-spec \ 30 perl-module-file-spec \
31 perl-module-list-util \
28 perl-module-overload \ 32 perl-module-overload \
33 perl-module-perlio \
34 perl-module-perlio-encoding \
29" 35"
30 36
31RDEPENDS:${PN}-ptest = "perl-module-lib perl-module-test-more" 37RDEPENDS:${PN}-ptest = "\
32#RSUGGESTS:${PN}-ptest = "libmojo-base-perl" 38 perl-module-lib \
39 perl-module-test-more \
40"
33 41
34do_install () { 42#RSUGGESTS:${PN}-ptest = "libmojo-base-perl"
35 cpan_do_install
36 install -d ${D}${bindir}
37 install -m 755 ${S}/bin/collect-types ${D}${bindir}/collect-types
38}
39 43
40do_install_ptest () { 44do_install_ptest () {
41 cp -r ${B}/t ${D}${PTEST_PATH} 45 cp -r ${B}/t ${D}${PTEST_PATH}