diff options
author | Gianfranco <costamagna.gianfranco@gmail.com> | 2020-04-27 10:09:57 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-27 07:57:26 -0700 |
commit | 6f2263da2cdeeec71de872f3f604b124fbb65534 (patch) | |
tree | 27178797b25d3a78588064668b840de1ed5189fa /meta-oe/recipes-support/websocketpp | |
parent | 7cc7a9ec88f43a818cb5daf9ca27ab9140268934 (diff) | |
download | meta-openembedded-6f2263da2cdeeec71de872f3f604b124fbb65534.tar.gz |
websocketpp: refresh patches to apply cleanly on websocketpp 0.8.2
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/websocketpp')
-rw-r--r-- | meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/0001-Correct-clang-compiler-flags.patch | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/855.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/0001-Correct-clang-compiler-flags.patch b/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/0001-Correct-clang-compiler-flags.patch index f1d037fae..7a99daf6b 100644 --- a/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/0001-Correct-clang-compiler-flags.patch +++ b/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/0001-Correct-clang-compiler-flags.patch | |||
@@ -18,7 +18,7 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt | |||
18 | index 2d13117..c17354a 100644 | 18 | index 2d13117..c17354a 100644 |
19 | --- a/CMakeLists.txt | 19 | --- a/CMakeLists.txt |
20 | +++ b/CMakeLists.txt | 20 | +++ b/CMakeLists.txt |
21 | @@ -150,7 +150,7 @@ if (BUILD_TESTS OR BUILD_EXAMPLES) | 21 | @@ -154,7 +154,7 @@ if (BUILD_TESTS OR BUILD_EXAMPLES) |
22 | endif() | 22 | endif() |
23 | set (WEBSOCKETPP_PLATFORM_TLS_LIBS ssl crypto) | 23 | set (WEBSOCKETPP_PLATFORM_TLS_LIBS ssl crypto) |
24 | set (WEBSOCKETPP_BOOST_LIBS system thread) | 24 | set (WEBSOCKETPP_BOOST_LIBS system thread) |
diff --git a/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/855.patch b/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/855.patch index a1ee627b3..3245d941b 100644 --- a/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/855.patch +++ b/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/855.patch | |||
@@ -12,7 +12,7 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt | |||
12 | index 2d13117b..9a46bc10 100644 | 12 | index 2d13117b..9a46bc10 100644 |
13 | --- a/CMakeLists.txt | 13 | --- a/CMakeLists.txt |
14 | +++ b/CMakeLists.txt | 14 | +++ b/CMakeLists.txt |
15 | @@ -213,7 +213,7 @@ if (BUILD_TESTS OR BUILD_EXAMPLES) | 15 | @@ -217,7 +217,7 @@ if (BUILD_TESTS OR BUILD_EXAMPLES) |
16 | set (Boost_USE_MULTITHREADED TRUE) | 16 | set (Boost_USE_MULTITHREADED TRUE) |
17 | set (Boost_ADDITIONAL_VERSIONS "1.39.0" "1.40.0" "1.41.0" "1.42.0" "1.43.0" "1.44.0" "1.46.1") # todo: someone who knows better spesify these! | 17 | set (Boost_ADDITIONAL_VERSIONS "1.39.0" "1.40.0" "1.41.0" "1.42.0" "1.43.0" "1.44.0" "1.46.1") # todo: someone who knows better spesify these! |
18 | 18 | ||