All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] autobahn: fix 'Missing sha256 SRC_URI checksum'
@ 2014-04-03 14:20 Marc Ferland
  2014-04-12 10:47 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Ferland @ 2014-04-03 14:20 UTC (permalink / raw)
  To: openembedded-devel

---
 meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb b/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb
index a1e8c5f..ac775c4 100644
--- a/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb
+++ b/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=1fde
 
 SRC_URI = "https://pypi.python.org/packages/source/a/autobahn/autobahn-${PV}.zip"
 SRC_URI[md5sum] = "160429e7fb043940e79aa7f4ebbab57a"
+SRC_URI[sha256sum] = "94ae5c6f37f9fe7c9d3f12c170fcc273afed4104a1c5508b26d6014bb9e6373e"
 
 S = "${WORKDIR}/autobahn-${PV}"
 
-- 
1.8.3.2



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

* Re: [meta-oe][PATCH] autobahn: fix 'Missing sha256 SRC_URI checksum'
  2014-04-03 14:20 [meta-oe][PATCH] autobahn: fix 'Missing sha256 SRC_URI checksum' Marc Ferland
@ 2014-04-12 10:47 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-04-12 10:47 UTC (permalink / raw)
  To: openembedded-devel

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

On Thu, Apr 03, 2014 at 10:20:51AM -0400, Marc Ferland wrote:
> ---

Change looks ok, but missing your Signed-off-by.

>  meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb b/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb
> index a1e8c5f..ac775c4 100644
> --- a/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb
> +++ b/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb
> @@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=1fde
>  
>  SRC_URI = "https://pypi.python.org/packages/source/a/autobahn/autobahn-${PV}.zip"
>  SRC_URI[md5sum] = "160429e7fb043940e79aa7f4ebbab57a"
> +SRC_URI[sha256sum] = "94ae5c6f37f9fe7c9d3f12c170fcc273afed4104a1c5508b26d6014bb9e6373e"
>  
>  S = "${WORKDIR}/autobahn-${PV}"
>  
> -- 
> 1.8.3.2
> 
> -- 
> _______________________________________________
> 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: 205 bytes --]

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

end of thread, other threads:[~2014-04-12 10:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-03 14:20 [meta-oe][PATCH] autobahn: fix 'Missing sha256 SRC_URI checksum' Marc Ferland
2014-04-12 10:47 ` 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.