All of lore.kernel.org
 help / color / mirror / Atom feed
* [=meta-oe][meta-perl][PATCH] libmodule-pluggable-perl: Update to 5.2
@ 2015-07-31 14:22 Tim Orling
  2015-08-20 15:02 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Orling @ 2015-07-31 14:22 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
---
 ...dule-pluggable-perl_5.1.bb => libmodule-pluggable-perl_5.2.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-perl/recipes-perl/libmodule/{libmodule-pluggable-perl_5.1.bb => libmodule-pluggable-perl_5.2.bb} (82%)

diff --git a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.1.bb b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb
similarity index 82%
rename from meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.1.bb
rename to meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb
index b916918..76cac50 100644
--- a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.1.bb
+++ b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb
@@ -17,13 +17,13 @@ LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://README;beginline=322;endline=325;md5=086450ce010f6fda25db0b38fcc41086"
 
 SRCNAME = "Module-Pluggable"
-SRC_URI = "${CPAN_MIRROR}/authors/id/S/SI/SIMONW/${SRCNAME}-${PV}.tar.gz"
-SRC_URI[md5sum] = "1b71ed7a67ad8c048d1499540bc892ba"
-SRC_URI[sha256sum] = "e2dc354043bb16f1f3df8c4bb26070b26e594819f218cf8b8ac19e79c720916f"
+SRC_URI = "https://github.com/moto-timo/${SRCNAME}/archive/${PV}.tar.gz"
+SRC_URI[md5sum] = "e32475d6ff5843f738cedacd3b7a2cdb"
+SRC_URI[sha256sum] = "58c62292eea6d06959eba1b97598650813211265403242d57efb2f605c96059f"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-inherit cpan_build
+inherit cpan
 
 RDEPENDS_${PN} = " perl-module-base \
 		   perl-module-deprecate \
-- 
2.1.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [=meta-oe][meta-perl][PATCH] libmodule-pluggable-perl: Update to 5.2
  2015-07-31 14:22 [=meta-oe][meta-perl][PATCH] libmodule-pluggable-perl: Update to 5.2 Tim Orling
@ 2015-08-20 15:02 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2015-08-20 15:02 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2299 bytes --]

On Fri, Jul 31, 2015 at 07:22:08AM -0700, Tim Orling wrote:
> * Convert from Module::Build to ExtUtils::MakeMaker
> * Temporarily use github repository until change is merged upstream
> 
> Signed-off-by: Tim Orling <TicoTimo@gmail.com>
> ---
>  ...dule-pluggable-perl_5.1.bb => libmodule-pluggable-perl_5.2.bb} | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>  rename meta-perl/recipes-perl/libmodule/{libmodule-pluggable-perl_5.1.bb => libmodule-pluggable-perl_5.2.bb} (82%)
> 
> diff --git a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.1.bb b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb
> similarity index 82%
> rename from meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.1.bb
> rename to meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb
> index b916918..76cac50 100644
> --- a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.1.bb
> +++ b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb
> @@ -17,13 +17,13 @@ LICENSE = "Artistic-1.0 | GPL-1.0+"
>  LIC_FILES_CHKSUM = "file://README;beginline=322;endline=325;md5=086450ce010f6fda25db0b38fcc41086"
>  
>  SRCNAME = "Module-Pluggable"
> -SRC_URI = "${CPAN_MIRROR}/authors/id/S/SI/SIMONW/${SRCNAME}-${PV}.tar.gz"
> -SRC_URI[md5sum] = "1b71ed7a67ad8c048d1499540bc892ba"
> -SRC_URI[sha256sum] = "e2dc354043bb16f1f3df8c4bb26070b26e594819f218cf8b8ac19e79c720916f"
> +SRC_URI = "https://github.com/moto-timo/${SRCNAME}/archive/${PV}.tar.gz"

Don't use github archives, they are regenerated from time to time with 
different checksums and they have stupid filenames (prone to collision 
with other recipes).

> +SRC_URI[md5sum] = "e32475d6ff5843f738cedacd3b7a2cdb"
> +SRC_URI[sha256sum] = "58c62292eea6d06959eba1b97598650813211265403242d57efb2f605c96059f"
>  
>  S = "${WORKDIR}/${SRCNAME}-${PV}"
>  
> -inherit cpan_build
> +inherit cpan
>  
>  RDEPENDS_${PN} = " perl-module-base \
>  		   perl-module-deprecate \
> -- 
> 2.1.0
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-20 15:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-31 14:22 [=meta-oe][meta-perl][PATCH] libmodule-pluggable-perl: Update to 5.2 Tim Orling
2015-08-20 15:02 ` Martin Jansa

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.