summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch-git/0006-Python3-compatibility-math-error-compatibility.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git/0006-Python3-compatibility-math-error-compatibility.patch')
-rw-r--r--recipes-networking/openvswitch/openvswitch-git/0006-Python3-compatibility-math-error-compatibility.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/0006-Python3-compatibility-math-error-compatibility.patch b/recipes-networking/openvswitch/openvswitch-git/0006-Python3-compatibility-math-error-compatibility.patch
index 54905cd0..c53502b5 100644
--- a/recipes-networking/openvswitch/openvswitch-git/0006-Python3-compatibility-math-error-compatibility.patch
+++ b/recipes-networking/openvswitch/openvswitch-git/0006-Python3-compatibility-math-error-compatibility.patch
@@ -1,7 +1,7 @@
1From 3a9fcf1c8f60c160c282c9755ee1c7f9f7e113c3 Mon Sep 17 00:00:00 2001 1From 7f542122d62b20d11198bfdb0f2c6a460261b5e7 Mon Sep 17 00:00:00 2001
2From: Jason Wessel <jason.wessel@windriver.com> 2From: Jason Wessel <jason.wessel@windriver.com>
3Date: Thu, 29 Jun 2017 20:33:23 -0700 3Date: Thu, 29 Jun 2017 20:33:23 -0700
4Subject: [PATCH 6/8] Python3 compatibility: math error compatibility 4Subject: [PATCH] Python3 compatibility: math error compatibility
5 5
6Commit 3fa5aa4294377e0f35267936d0c5caea3e61db48 from 6Commit 3fa5aa4294377e0f35267936d0c5caea3e61db48 from
7https://github.com/openvswitch/ovs.git 7https://github.com/openvswitch/ovs.git
@@ -34,12 +34,13 @@ EOF
34 34
35Signed-off-by: Jason Wessel <jason.wessel@windriver.com> 35Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
36Signed-off-by: Ben Pfaff <blp@ovn.org> 36Signed-off-by: Ben Pfaff <blp@ovn.org>
37
37--- 38---
38 build-aux/extract-ofp-actions | 2 +- 39 build-aux/extract-ofp-actions | 2 +-
39 1 file changed, 1 insertion(+), 1 deletion(-) 40 1 file changed, 1 insertion(+), 1 deletion(-)
40 41
41diff --git a/build-aux/extract-ofp-actions b/build-aux/extract-ofp-actions 42diff --git a/build-aux/extract-ofp-actions b/build-aux/extract-ofp-actions
42index c11297c..bd7131f 100755 43index c7858bd..4d05ef9 100755
43--- a/build-aux/extract-ofp-actions 44--- a/build-aux/extract-ofp-actions
44+++ b/build-aux/extract-ofp-actions 45+++ b/build-aux/extract-ofp-actions
45@@ -35,7 +35,7 @@ line = "" 46@@ -35,7 +35,7 @@ line = ""
@@ -51,6 +52,3 @@ index c11297c..bd7131f 100755
51 52
52 def open_file(fn): 53 def open_file(fn):
53 global file_name 54 global file_name
54--
552.5.0
56