All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] openvswitch: Checksum missmatch fix
@ 2013-06-11  8:48 Anders Roxell
  2013-06-11 12:39 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Anders Roxell @ 2013-06-11  8:48 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 recipes-networking/openvswitch/openvswitch_1.10.0.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-networking/openvswitch/openvswitch_1.10.0.bb b/recipes-networking/openvswitch/openvswitch_1.10.0.bb
index 2e89454..fe112f2 100644
--- a/recipes-networking/openvswitch/openvswitch_1.10.0.bb
+++ b/recipes-networking/openvswitch/openvswitch_1.10.0.bb
@@ -23,8 +23,8 @@ SRC_URI = "http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \
 	file://openvswitch-controller-setup \
 	"
 
-SRC_URI[md5sum] = "e9004202b0e10c0de9870f19d2044f11"
-SRC_URI[sha256sum] = "825730db82c7b46a142f057a43345590c299e66704ef7a88d9ed4ffd0c3d6b64"
+SRC_URI[md5sum] = "fe8b49efe9f86b57abab00166b971106"
+SRC_URI[sha256sum] = "803966c89d6a5de6d710a2cb4ed73ac8d8111a2c44b12b846dcef8e91ffab167"
 LIC_FILES_CHKSUM = "file://COPYING;md5=49eeb5acb1f5e510f12c44f176c42253"
 
 # Don't compile kernel modules by default since it heavily depends on
-- 
1.7.10.4



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

* Re: [PATCH] openvswitch: Checksum missmatch fix
  2013-06-11  8:48 [PATCH] openvswitch: Checksum missmatch fix Anders Roxell
@ 2013-06-11 12:39 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2013-06-11 12:39 UTC (permalink / raw)
  To: Anders Roxell; +Cc: meta-virtualization

Hmmm. That's very strange to be broken.

I've grabbed the change, and will push it out, once I've seen a build work
myself!

Cheers,

Bruce

On Tue, Jun 11, 2013 at 4:48 AM, Anders Roxell <anders.roxell@linaro.org> wrote:
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>  recipes-networking/openvswitch/openvswitch_1.10.0.bb |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-networking/openvswitch/openvswitch_1.10.0.bb b/recipes-networking/openvswitch/openvswitch_1.10.0.bb
> index 2e89454..fe112f2 100644
> --- a/recipes-networking/openvswitch/openvswitch_1.10.0.bb
> +++ b/recipes-networking/openvswitch/openvswitch_1.10.0.bb
> @@ -23,8 +23,8 @@ SRC_URI = "http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \
>         file://openvswitch-controller-setup \
>         "
>
> -SRC_URI[md5sum] = "e9004202b0e10c0de9870f19d2044f11"
> -SRC_URI[sha256sum] = "825730db82c7b46a142f057a43345590c299e66704ef7a88d9ed4ffd0c3d6b64"
> +SRC_URI[md5sum] = "fe8b49efe9f86b57abab00166b971106"
> +SRC_URI[sha256sum] = "803966c89d6a5de6d710a2cb4ed73ac8d8111a2c44b12b846dcef8e91ffab167"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=49eeb5acb1f5e510f12c44f176c42253"
>
>  # Don't compile kernel modules by default since it heavily depends on
> --
> 1.7.10.4
>
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

end of thread, other threads:[~2013-06-11 12:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-11  8:48 [PATCH] openvswitch: Checksum missmatch fix Anders Roxell
2013-06-11 12:39 ` Bruce Ashfield

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.