diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-06-25 12:45:53 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-06-27 14:38:15 -0400 |
commit | 316dfdd917bec6a218f431211d28bf8df6b6fb0f (patch) | |
tree | 5541073f9851f44c2bd67b4959dc776ee3c3810f /import-layers/meta-virtualization/recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch | |
parent | 36acd3e888044dea2ac0b2946f15616f968388c9 (diff) | |
download | talos-openbmc-316dfdd917bec6a218f431211d28bf8df6b6fb0f.tar.gz talos-openbmc-316dfdd917bec6a218f431211d28bf8df6b6fb0f.zip |
Yocto 2.5
Move OpenBMC to Yocto 2.5(sumo)
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Change-Id: I5c5ad6904a16e14c1c397f0baf10c9d465594a78
Diffstat (limited to 'import-layers/meta-virtualization/recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch')
-rw-r--r-- | import-layers/meta-virtualization/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/import-layers/meta-virtualization/recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch b/import-layers/meta-virtualization/recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch index e44ffdaf5..f997bbff7 100644 --- a/import-layers/meta-virtualization/recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch +++ b/import-layers/meta-virtualization/recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch @@ -1,21 +1,22 @@ -From 803bde12d32d16eefeae03422a0ac682e0601c43 Mon Sep 17 00:00:00 2001 +From 801023e72b31e7c49cbccedd76ade33a17fcbe45 Mon Sep 17 00:00:00 2001 From: Khem Raj <raj.khem@gmail.com> Date: Mon, 20 Mar 2017 12:13:30 -0700 -Subject: [PATCH 2/2] Define WAIT_ANY if not provided by system +Subject: [PATCH] Define WAIT_ANY if not provided by system POSIX does not define it and uses -1 directly some libc do not have this definitions Signed-off-by: Khem Raj <raj.khem@gmail.com> + --- tests/test-ovn.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test-ovn.c b/tests/test-ovn.c -index 2e82a6f0d..76e7db9fb 100644 +index 84adf81..2bc6bdf 100644 --- a/tests/test-ovn.c +++ b/tests/test-ovn.c -@@ -37,6 +37,10 @@ +@@ -38,6 +38,10 @@ #include "simap.h" #include "util.h" @@ -26,6 +27,3 @@ index 2e82a6f0d..76e7db9fb 100644 /* --relops: Bitmap of the relational operators to test, in exhaustive test. */ static unsigned int test_relops; --- -2.12.0 - |