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/0002-Define-WAIT_ANY-if-not-provided-by-system.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/0002-Define-WAIT_ANY-if-not-provided-by-system.patch')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch b/recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch index e44ffdaf..f997bbff 100644 --- a/recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch +++ b/recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch | |||
@@ -1,21 +1,22 @@ | |||
1 | From 803bde12d32d16eefeae03422a0ac682e0601c43 Mon Sep 17 00:00:00 2001 | 1 | From 801023e72b31e7c49cbccedd76ade33a17fcbe45 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 20 Mar 2017 12:13:30 -0700 | 3 | Date: Mon, 20 Mar 2017 12:13:30 -0700 |
4 | Subject: [PATCH 2/2] Define WAIT_ANY if not provided by system | 4 | Subject: [PATCH] Define WAIT_ANY if not provided by system |
5 | 5 | ||
6 | POSIX does not define it and uses -1 directly | 6 | POSIX does not define it and uses -1 directly |
7 | some libc do not have this definitions | 7 | some libc do not have this definitions |
8 | 8 | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | |||
10 | --- | 11 | --- |
11 | tests/test-ovn.c | 4 ++++ | 12 | tests/test-ovn.c | 4 ++++ |
12 | 1 file changed, 4 insertions(+) | 13 | 1 file changed, 4 insertions(+) |
13 | 14 | ||
14 | diff --git a/tests/test-ovn.c b/tests/test-ovn.c | 15 | diff --git a/tests/test-ovn.c b/tests/test-ovn.c |
15 | index 2e82a6f0d..76e7db9fb 100644 | 16 | index 84adf81..2bc6bdf 100644 |
16 | --- a/tests/test-ovn.c | 17 | --- a/tests/test-ovn.c |
17 | +++ b/tests/test-ovn.c | 18 | +++ b/tests/test-ovn.c |
18 | @@ -37,6 +37,10 @@ | 19 | @@ -38,6 +38,10 @@ |
19 | #include "simap.h" | 20 | #include "simap.h" |
20 | #include "util.h" | 21 | #include "util.h" |
21 | 22 | ||
@@ -26,6 +27,3 @@ index 2e82a6f0d..76e7db9fb 100644 | |||
26 | /* --relops: Bitmap of the relational operators to test, in exhaustive test. */ | 27 | /* --relops: Bitmap of the relational operators to test, in exhaustive test. */ |
27 | static unsigned int test_relops; | 28 | static unsigned int test_relops; |
28 | 29 | ||
29 | -- | ||
30 | 2.12.0 | ||
31 | |||