Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Tim Orling <timothy.t.orling@linux.intel.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-perl][PATCH 3/3] libmime-types-perl: upgrade 2.14 -> 2.17
Date: Sat, 27 Jan 2018 01:29:03 -0800	[thread overview]
Message-ID: <20180127092903.17475-3-timothy.t.orling@linux.intel.com> (raw)
In-Reply-To: <20180127092903.17475-1-timothy.t.orling@linux.intel.com>

* Fix RDEPENDS
* Install bin/collect-types

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
---
 ...types-perl_2.14.bb => libmime-types-perl_2.17.bb} | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libmime/{libmime-types-perl_2.14.bb => libmime-types-perl_2.17.bb} (61%)

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
similarity index 61%
rename from meta-perl/recipes-perl/libmime/libmime-types-perl_2.14.bb
rename to 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
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \
            file://run-ptest \
           "
-SRC_URI[md5sum] = "c1b9b7dea40fbb96c0e0048d10d66268"
-SRC_URI[sha256sum] = "4049cf0fc05205893f25fdbe07d1ab12bfc72259517db2c3348c1d1059730070"
+SRC_URI[md5sum] = "6f1441addab947137bac92c379a47ba3"
+SRC_URI[sha256sum] = "e04ed7d42f1ff3150a303805f2689c28f80b92c511784d4641cb7f040d3e8ff6"
 
 S = "${WORKDIR}/MIME-Types-${PV}"
 
 inherit cpan ptest
 
+RDEPENDS_${PN} = "\
+    perl-module-base \
+    perl-module-file-basename \
+    perl-module-file-spec \
+    perl-module-overload \
+"
+
+RDEPENDS_${PN}-ptest = "perl-module-lib perl-module-test-more"
+#RSUGGESTS_${PN}-ptest = "libmojo-base-perl"
+
+do_install () {
+    cpan_do_install
+    install -d ${D}${bindir}
+    install -m 755 ${S}/bin/collect-types ${D}${bindir}/collect-types
+}
+
 do_install_ptest () {
     cp -r ${B}/t ${D}${PTEST_PATH}
 }
-- 
2.13.6



      parent reply	other threads:[~2018-01-27  9:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-27  9:29 [meta-perl][PATCH 1/3] libencode-perl: upgrade 2.83 -> 2.94 Tim Orling
2018-01-27  9:29 ` [meta-perl][PATCH 2/3] libio-socket-ssl-perl: upgrade from 2.052 -> 2.054 Tim Orling
2018-01-27  9:29 ` Tim Orling [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180127092903.17475-3-timothy.t.orling@linux.intel.com \
    --to=timothy.t.orling@linux.intel.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox