diff options
Diffstat (limited to 'recipes-networking/openvswitch/files/openvswitch-add-ptest.patch')
-rw-r--r-- | recipes-networking/openvswitch/files/openvswitch-add-ptest.patch | 17 |
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 | ||
3 | Signed-off-by: Radu Patriu <radu.patriu@enea.com> | 3 | Signed-off-by: Radu Patriu <radu.patriu@enea.com> |
4 | 4 | ||
5 | Index: ovs/Makefile.am | 5 | Index: 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 |
14 | Index: ovs/test.mk | 14 | + |
15 | Index: 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 |