diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-04-16 15:40:12 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-16 07:25:10 -0400 |
commit | 500e5d2ad58f78d3aa5132081123955b6681bb8c (patch) | |
tree | 0af4fda14f47b594e996fe4214a080c880ca63e3 /recipes-networking/openvswitch/openvswitch-git/0006-Python3-compatibility-math-error-compatibility.patch | |
parent | 97fea33badac9e674365744a559006b70d2e1222 (diff) | |
download | meta-virtualization-500e5d2ad58f78d3aa5132081123955b6681bb8c.tar.gz |
openvswitch: refresh patches to fix QA warning
Refresh patches with devtool command to fix do_patch warning.
Drop CVE-2017-9263.patch since it had been fixed upstream.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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 | |||