All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tim Orling <ticotimo@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [=meta-oe][meta-perl][PATCH] libmodule-runtime-perl: update to 0.015
Date: Fri, 31 Jul 2015 07:25:29 -0700	[thread overview]
Message-ID: <1438352729-28129-1-git-send-email-TicoTimo@gmail.com> (raw)

* Convert from Module::Build to ExtUtils::MakeMaker
* Temporarily use github repository until upstream merges change

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
---
 ...ntime-perl_0.014.bb => libmodule-runtime-perl_0.015.bb} | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
 rename meta-perl/recipes-perl/libmodule/{libmodule-runtime-perl_0.014.bb => libmodule-runtime-perl_0.015.bb} (76%)

diff --git a/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.014.bb b/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.015.bb
similarity index 76%
rename from meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.014.bb
rename to meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.015.bb
index d68ae2a..b92842c 100644
--- a/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.014.bb
+++ b/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.015.bb
@@ -17,19 +17,19 @@ SECTION = "libs"
 HOMEPAGE = "http://search.cpan.org/~zefram/Module-Runtime/"
 
 LICENSE = "Artistic-1.0 | GPL-1.0+"
-LIC_FILES_CHKSUM = "file://README;beginline=43;endline=44;md5=62e24a93342fede7221d66335c716f34"
+LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=62e24a93342fede7221d66335c716f34"
 
-SRC_URI = "${CPAN_MIRROR}/authors/id/Z/ZE/ZEFRAM/Module-Runtime-${PV}.tar.gz"
-SRC_URI[md5sum] = "a6597bc25536a30476f0d75b64d35734"
-SRC_URI[sha256sum] = "4c44fe0ea255a9fd00741ee545063f6692d2a28e7ef2fbaad1b24a92803362a4"
+SRCNAME = "module-runtime"
+SRC_URI = "https://github.com/moto-timo/${SRCNAME}/archive/${PV}.tar.gz"
+SRC_URI[md5sum] = "ad6ca179c978aa02ac8aa29244ef9beb"
+SRC_URI[sha256sum] = "59effa82b3f6986d28de6154a8f2428157691004d951f936a81e851f4dbcb045"
 
-S = "${WORKDIR}/Module-Runtime-${PV}"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-inherit cpan_build
+inherit cpan
 
 RDEPENDS_${PN} = " perl-module-test-more \
                    perl-module-strict \
-                   perl-module-build \
 "
 
 BBCLASSEXTEND = "native"
-- 
2.1.0



             reply	other threads:[~2015-07-31 14:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-31 14:25 Tim Orling [this message]
2015-08-20 15:03 ` [=meta-oe][meta-perl][PATCH] libmodule-runtime-perl: update to 0.015 Martin Jansa

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=1438352729-28129-1-git-send-email-TicoTimo@gmail.com \
    --to=ticotimo@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.