summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/files/openvswitch-add-ptest.patch
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-05-14 18:25:59 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-14 18:27:09 -0400
commita82acb5d0ce339eb928a4810cbfe4c8804f42354 (patch)
treedb314c7d47d6f348410bf4390254b17ecd78029d /recipes-networking/openvswitch/files/openvswitch-add-ptest.patch
parent9b0bacbb501093c4d5470df96c24eb9895ad9755 (diff)
downloadmeta-virtualization-a82acb5d0ce339eb928a4810cbfe4c8804f42354.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/files/openvswitch-add-ptest.patch')
-rw-r--r--recipes-networking/openvswitch/files/openvswitch-add-ptest.patch17
1 files changed, 9 insertions, 8 deletions
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
2 2
3Signed-off-by: Radu Patriu <radu.patriu@enea.com> 3Signed-off-by: Radu Patriu <radu.patriu@enea.com>
4 4
5Index: ovs/Makefile.am 5Index: openvswitch-2.1.2/Makefile.am
6=================================================================== 6===================================================================
7--- ovs.orig/Makefile.am 2014-03-10 16:19:46.000000000 +0200 7--- openvswitch-2.1.2.orig/Makefile.am
8+++ ovs/Makefile.am 2014-03-10 16:23:10.481075341 +0200 8+++ openvswitch-2.1.2/Makefile.am
9@@ -276,3 +276,4 @@ 9@@ -300,3 +300,5 @@
10 include python/automake.mk
11 include python/compat/automake.mk 10 include python/compat/automake.mk
12 include tutorial/automake.mk 11 include tutorial/automake.mk
12 include vtep/automake.mk
13+include test.mk 13+include test.mk
14Index: ovs/test.mk 14+
15Index: openvswitch-2.1.2/test.mk
15=================================================================== 16===================================================================
16--- /dev/null 1970-01-01 00:00:00.000000000 +0000 17--- /dev/null
17+++ ovs/test.mk 2014-03-10 16:42:41.000000000 +0200 18+++ openvswitch-2.1.2/test.mk
18@@ -0,0 +1,49 @@ 19@@ -0,0 +1,49 @@
19+TEST_DEST ?= ${prefix}/lib/openvswitch 20+TEST_DEST ?= ${prefix}/lib/openvswitch
20+TEST_ROOT ?= ${prefix}/lib/openvswitch 21+TEST_ROOT ?= ${prefix}/lib/openvswitch