diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-13 13:52:42 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-13 13:52:42 -0500 |
commit | 0623683135ae782c206b6fae3782e7c229e78b48 (patch) | |
tree | 944d0ac7b5408d7f57cf2b080ff2202d39ca86d1 /recipes-networking/openvswitch/files/openvswitch-add-target-perl-handling.patch | |
parent | 8e7d3cc8ae829ee275d0a7209d1cedbeb7d1d5d0 (diff) | |
download | meta-virtualization-0623683135ae782c206b6fae3782e7c229e78b48.tar.gz |
ovs: uprev to 2.0.0
We update to the latest 2.0 OVS, but we'll keep the existed (better tested)
version around until this proves to be stable.
As part of this update the openvswitch-add-target-perl-handling.patch has
been refreshed, since one of the scripts it patched is no longer part
of the package.
Finally, we drop PR from the recipe as part of the larger move to PRSERVER
based revision numbers.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/files/openvswitch-add-target-perl-handling.patch')
-rw-r--r-- | recipes-networking/openvswitch/files/openvswitch-add-target-perl-handling.patch | 33 |
1 files changed, 10 insertions, 23 deletions
diff --git a/recipes-networking/openvswitch/files/openvswitch-add-target-perl-handling.patch b/recipes-networking/openvswitch/files/openvswitch-add-target-perl-handling.patch index 35a3d5b3..98224b42 100644 --- a/recipes-networking/openvswitch/files/openvswitch-add-target-perl-handling.patch +++ b/recipes-networking/openvswitch/files/openvswitch-add-target-perl-handling.patch | |||
@@ -16,11 +16,11 @@ Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | |||
16 | utilities/ovs-parse-leaks.in | 2 +- | 16 | utilities/ovs-parse-leaks.in | 2 +- |
17 | 3 files changed, 9 insertions(+), 1 deletion(-) | 17 | 3 files changed, 9 insertions(+), 1 deletion(-) |
18 | 18 | ||
19 | diff --git a/Makefile.am b/Makefile.am | 19 | Index: openvswitch-2.0.0/Makefile.am |
20 | index c4f8341..45488f2 100644 | 20 | =================================================================== |
21 | --- a/Makefile.am | 21 | --- openvswitch-2.0.0.orig/Makefile.am |
22 | +++ b/Makefile.am | 22 | +++ openvswitch-2.0.0/Makefile.am |
23 | @@ -111,6 +111,7 @@ SUFFIXES += .in | 23 | @@ -114,6 +114,7 @@ |
24 | -e 's,[@]LOGDIR[@],$(LOGDIR),g' \ | 24 | -e 's,[@]LOGDIR[@],$(LOGDIR),g' \ |
25 | -e 's,[@]DBDIR[@],$(DBDIR),g' \ | 25 | -e 's,[@]DBDIR[@],$(DBDIR),g' \ |
26 | -e 's,[@]PERL[@],$(PERL),g' \ | 26 | -e 's,[@]PERL[@],$(PERL),g' \ |
@@ -28,11 +28,11 @@ index c4f8341..45488f2 100644 | |||
28 | -e 's,[@]PYTHON[@],$(PYTHON),g' \ | 28 | -e 's,[@]PYTHON[@],$(PYTHON),g' \ |
29 | -e 's,[@]TARGET_PYTHON[@],$(TARGET_PYTHON),g' \ | 29 | -e 's,[@]TARGET_PYTHON[@],$(TARGET_PYTHON),g' \ |
30 | -e 's,[@]RUNDIR[@],$(RUNDIR),g' \ | 30 | -e 's,[@]RUNDIR[@],$(RUNDIR),g' \ |
31 | diff --git a/configure.ac b/configure.ac | 31 | Index: openvswitch-2.0.0/configure.ac |
32 | index 74cb691..5e39893 100644 | 32 | =================================================================== |
33 | --- a/configure.ac | 33 | --- openvswitch-2.0.0.orig/configure.ac |
34 | +++ b/configure.ac | 34 | +++ openvswitch-2.0.0/configure.ac |
35 | @@ -101,6 +101,13 @@ AC_ARG_VAR(KARCH, [Kernel Architecture String]) | 35 | @@ -115,6 +115,13 @@ |
36 | AC_SUBST(KARCH) | 36 | AC_SUBST(KARCH) |
37 | OVS_CHECK_LINUX | 37 | OVS_CHECK_LINUX |
38 | 38 | ||
@@ -46,16 +46,3 @@ index 74cb691..5e39893 100644 | |||
46 | if test "$TARGET_PYTHON"; then | 46 | if test "$TARGET_PYTHON"; then |
47 | TARGET_PYTHON=$TARGET_PYTHON | 47 | TARGET_PYTHON=$TARGET_PYTHON |
48 | else | 48 | else |
49 | diff --git a/utilities/ovs-parse-leaks.in b/utilities/ovs-parse-leaks.in | ||
50 | index 72417e5..7c9436c 100755 | ||
51 | --- a/utilities/ovs-parse-leaks.in | ||
52 | +++ b/utilities/ovs-parse-leaks.in | ||
53 | @@ -1,4 +1,4 @@ | ||
54 | -#! @PERL@ | ||
55 | +#! @TARGET_PERL@ | ||
56 | |||
57 | # Copyright (c) 2009, 2010 Nicira, Inc. | ||
58 | # | ||
59 | -- | ||
60 | 1.8.1.2 | ||
61 | |||