diff options
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.patch | 10 |
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 @@ | |||
| 1 | From 3a9fcf1c8f60c160c282c9755ee1c7f9f7e113c3 Mon Sep 17 00:00:00 2001 | 1 | From 7f542122d62b20d11198bfdb0f2c6a460261b5e7 Mon Sep 17 00:00:00 2001 |
| 2 | From: Jason Wessel <jason.wessel@windriver.com> | 2 | From: Jason Wessel <jason.wessel@windriver.com> |
| 3 | Date: Thu, 29 Jun 2017 20:33:23 -0700 | 3 | Date: Thu, 29 Jun 2017 20:33:23 -0700 |
| 4 | Subject: [PATCH 6/8] Python3 compatibility: math error compatibility | 4 | Subject: [PATCH] Python3 compatibility: math error compatibility |
| 5 | 5 | ||
| 6 | Commit 3fa5aa4294377e0f35267936d0c5caea3e61db48 from | 6 | Commit 3fa5aa4294377e0f35267936d0c5caea3e61db48 from |
| 7 | https://github.com/openvswitch/ovs.git | 7 | https://github.com/openvswitch/ovs.git |
| @@ -34,12 +34,13 @@ EOF | |||
| 34 | 34 | ||
| 35 | Signed-off-by: Jason Wessel <jason.wessel@windriver.com> | 35 | Signed-off-by: Jason Wessel <jason.wessel@windriver.com> |
| 36 | Signed-off-by: Ben Pfaff <blp@ovn.org> | 36 | Signed-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 | ||
| 41 | diff --git a/build-aux/extract-ofp-actions b/build-aux/extract-ofp-actions | 42 | diff --git a/build-aux/extract-ofp-actions b/build-aux/extract-ofp-actions |
| 42 | index c11297c..bd7131f 100755 | 43 | index 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 | -- | ||
| 55 | 2.5.0 | ||
| 56 | |||
