diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2018-01-27 01:29:03 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-02-11 11:50:56 -0800 |
commit | 427184e46a1b9138159f0baa5db497807b0a65a1 (patch) | |
tree | 2072bfa6456621fa0a96eeb084326b55457af606 /meta-perl/recipes-perl | |
parent | 120ee26f51c7a26f1d90de5986733ceb29919ae1 (diff) | |
download | meta-openembedded-427184e46a1b9138159f0baa5db497807b0a65a1.tar.gz |
libmime-types-perl: upgrade 2.14 -> 2.17
* Fix RDEPENDS
* Install bin/collect-types
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl')
-rw-r--r-- | meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb (renamed from meta-perl/recipes-perl/libmime/libmime-types-perl_2.14.bb) | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.14.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb index ade0a062a..414753030 100644 --- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.14.bb +++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb | |||
@@ -14,13 +14,29 @@ LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875 | |||
14 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \ | 14 | SRC_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 | " |
17 | SRC_URI[md5sum] = "c1b9b7dea40fbb96c0e0048d10d66268" | 17 | SRC_URI[md5sum] = "6f1441addab947137bac92c379a47ba3" |
18 | SRC_URI[sha256sum] = "4049cf0fc05205893f25fdbe07d1ab12bfc72259517db2c3348c1d1059730070" | 18 | SRC_URI[sha256sum] = "e04ed7d42f1ff3150a303805f2689c28f80b92c511784d4641cb7f040d3e8ff6" |
19 | 19 | ||
20 | S = "${WORKDIR}/MIME-Types-${PV}" | 20 | S = "${WORKDIR}/MIME-Types-${PV}" |
21 | 21 | ||
22 | inherit cpan ptest | 22 | inherit cpan ptest |
23 | 23 | ||
24 | RDEPENDS_${PN} = "\ | ||
25 | perl-module-base \ | ||
26 | perl-module-file-basename \ | ||
27 | perl-module-file-spec \ | ||
28 | perl-module-overload \ | ||
29 | " | ||
30 | |||
31 | RDEPENDS_${PN}-ptest = "perl-module-lib perl-module-test-more" | ||
32 | #RSUGGESTS_${PN}-ptest = "libmojo-base-perl" | ||
33 | |||
34 | do_install () { | ||
35 | cpan_do_install | ||
36 | install -d ${D}${bindir} | ||
37 | install -m 755 ${S}/bin/collect-types ${D}${bindir}/collect-types | ||
38 | } | ||
39 | |||
24 | do_install_ptest () { | 40 | do_install_ptest () { |
25 | cp -r ${B}/t ${D}${PTEST_PATH} | 41 | cp -r ${B}/t ${D}${PTEST_PATH} |
26 | } | 42 | } |