From a82acb5d0ce339eb928a4810cbfe4c8804f42354 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 14 May 2014 18:25:59 -0400 Subject: openvswitch: uprev to v2.1.2 Updating to the latest OVS 2.x. Only minor patch refreshes required, and no regressions were found during sanity testing. Signed-off-by: Bruce Ashfield --- .../openvswitch/files/openvswitch-add-ptest.patch | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'recipes-networking/openvswitch/files/openvswitch-add-ptest.patch') diff --git a/recipes-networking/openvswitch/files/openvswitch-add-ptest.patch b/recipes-networking/openvswitch/files/openvswitch-add-ptest.patch index aebb1823..cb708dea 100644 --- a/recipes-networking/openvswitch/files/openvswitch-add-ptest.patch +++ b/recipes-networking/openvswitch/files/openvswitch-add-ptest.patch @@ -2,19 +2,20 @@ Add test-install rule to support ptest execution Signed-off-by: Radu Patriu -Index: ovs/Makefile.am +Index: openvswitch-2.1.2/Makefile.am =================================================================== ---- ovs.orig/Makefile.am 2014-03-10 16:19:46.000000000 +0200 -+++ ovs/Makefile.am 2014-03-10 16:23:10.481075341 +0200 -@@ -276,3 +276,4 @@ - include python/automake.mk +--- openvswitch-2.1.2.orig/Makefile.am ++++ openvswitch-2.1.2/Makefile.am +@@ -300,3 +300,5 @@ include python/compat/automake.mk include tutorial/automake.mk + include vtep/automake.mk +include test.mk -Index: ovs/test.mk ++ +Index: openvswitch-2.1.2/test.mk =================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ ovs/test.mk 2014-03-10 16:42:41.000000000 +0200 +--- /dev/null ++++ openvswitch-2.1.2/test.mk @@ -0,0 +1,49 @@ +TEST_DEST ?= ${prefix}/lib/openvswitch +TEST_ROOT ?= ${prefix}/lib/openvswitch -- cgit v1.2.3-54-g00ecf