* [PATCH] [meta-oe] pcsc-lite: Fixed md5sum for tarball
@ 2013-12-18 14:34 David Nyström
2013-12-18 15:58 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: David Nyström @ 2013-12-18 14:34 UTC (permalink / raw)
To: openembedded-devel; +Cc: David Nyström
Signed-off-by: David Nyström <david.nystrom@enea.com>
---
meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
index 266781a..7aae334 100644
--- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
+++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a39d325b7d9cf2f07826a5154b16500c"
DEPENDS = "udev"
SRC_URI = "https://alioth.debian.org/frs/download.php/3757/pcsc-lite-${PV}.tar.bz2"
-SRC_URI[md5sum] = "3e4b777231d35ce35c15c0704f936eaa"
-SRC_URI[sha256sum] = "1e44049168d1ce55fd56c175f61206955254df0f385455f2a20ec7e8a0e6a77a"
+SRC_URI[md5sum] = "d41d8cd98f00b204e9800998ecf8427e"
+SRC_URI[sha256sum] = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
PR = "r3"
--
1.8.3.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] [meta-oe] pcsc-lite: Fixed md5sum for tarball
2013-12-18 14:34 [PATCH] [meta-oe] pcsc-lite: Fixed md5sum for tarball David Nyström
@ 2013-12-18 15:58 ` Martin Jansa
2013-12-18 19:57 ` David Nyström
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2013-12-18 15:58 UTC (permalink / raw)
To: openembedded-devel; +Cc: David Nyström
[-- Attachment #1: Type: text/plain, Size: 1533 bytes --]
On Wed, Dec 18, 2013 at 03:34:24PM +0100, David Nyström wrote:
> Signed-off-by: David Nyström <david.nystrom@enea.com>
Can you download old tarball from some mirror and describe content diff
in commit message?
If you fail to find tarball with old checksum I'll send it to you from
my world builds.
> ---
> meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
> index 266781a..7aae334 100644
> --- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
> +++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
> @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a39d325b7d9cf2f07826a5154b16500c"
> DEPENDS = "udev"
>
> SRC_URI = "https://alioth.debian.org/frs/download.php/3757/pcsc-lite-${PV}.tar.bz2"
> -SRC_URI[md5sum] = "3e4b777231d35ce35c15c0704f936eaa"
> -SRC_URI[sha256sum] = "1e44049168d1ce55fd56c175f61206955254df0f385455f2a20ec7e8a0e6a77a"
> +SRC_URI[md5sum] = "d41d8cd98f00b204e9800998ecf8427e"
> +SRC_URI[sha256sum] = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
>
> PR = "r3"
>
> --
> 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] 3+ messages in thread
* Re: [PATCH] [meta-oe] pcsc-lite: Fixed md5sum for tarball
2013-12-18 15:58 ` Martin Jansa
@ 2013-12-18 19:57 ` David Nyström
0 siblings, 0 replies; 3+ messages in thread
From: David Nyström @ 2013-12-18 19:57 UTC (permalink / raw)
To: openembedded-devel; +Cc: David Nyström
On ons 18 dec 2013 16:58:21, Martin Jansa wrote:
> On Wed, Dec 18, 2013 at 03:34:24PM +0100, David Nyström wrote:
>> Signed-off-by: David Nyström <david.nystrom@enea.com>
>
> Can you download old tarball from some mirror and describe content diff
> in commit message?
>
> If you fail to find tarball with old checksum I'll send it to you from
> my world builds.
Hmm, the link seems to be corrupt.
tarball cant be unpacked, may have fired away this patch prematurely.
Will return with V2,
sorry about that.
/David
>> ---
>> meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-18 19:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-18 14:34 [PATCH] [meta-oe] pcsc-lite: Fixed md5sum for tarball David Nyström
2013-12-18 15:58 ` Martin Jansa
2013-12-18 19:57 ` David Nyström
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.