summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/mosquitto/files/2894.patch2
-rw-r--r--meta-networking/recipes-connectivity/mosquitto/files/2895.patch2
-rw-r--r--meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch2
3 files changed, 6 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/files/2894.patch b/meta-networking/recipes-connectivity/mosquitto/files/2894.patch
index 3275e57e38..7374cbd26f 100644
--- a/meta-networking/recipes-connectivity/mosquitto/files/2894.patch
+++ b/meta-networking/recipes-connectivity/mosquitto/files/2894.patch
@@ -5,6 +5,8 @@ Subject: [PATCH] Link correctly with shared websockets library if needed see:
5 5
6Patch contributed by Joachim Zobel <jz-2017@heute-morgen.de> and Daniel Engberg <daniel.engberg.lists@pyret.net> 6Patch contributed by Joachim Zobel <jz-2017@heute-morgen.de> and Daniel Engberg <daniel.engberg.lists@pyret.net>
7--- 7---
8Upstream-Status: Pending
9
8 src/CMakeLists.txt | 2 +- 10 src/CMakeLists.txt | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-) 11 1 file changed, 1 insertion(+), 1 deletion(-)
10 12
diff --git a/meta-networking/recipes-connectivity/mosquitto/files/2895.patch b/meta-networking/recipes-connectivity/mosquitto/files/2895.patch
index a9e9c97b83..853f881754 100644
--- a/meta-networking/recipes-connectivity/mosquitto/files/2895.patch
+++ b/meta-networking/recipes-connectivity/mosquitto/files/2895.patch
@@ -5,6 +5,8 @@ Subject: [PATCH] Mosquitto now waits for network-online when starting
5 5
6See: https://github.com/eclipse/mosquitto/issues/2878 6See: https://github.com/eclipse/mosquitto/issues/2878
7--- 7---
8Upstream-Status: Pending
9
8 service/systemd/mosquitto.service.simple | 4 ++-- 10 service/systemd/mosquitto.service.simple | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-) 11 1 file changed, 2 insertions(+), 2 deletions(-)
10 12
diff --git a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch
index d1126aa05b..ce12d4270a 100644
--- a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch
+++ b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch
@@ -17,6 +17,8 @@ CMake is cross compiling.
17 17
18Signed-off-by: Clément Péron <peron.clem@gmail.com> 18Signed-off-by: Clément Péron <peron.clem@gmail.com>
19--- 19---
20Upstream-Status: Pending
21
20 CMakeLists.txt | 28 ++++++++++++++++++++++++++-- 22 CMakeLists.txt | 28 ++++++++++++++++++++++++++--
21 1 file changed, 26 insertions(+), 2 deletions(-) 23 1 file changed, 26 insertions(+), 2 deletions(-)
22 24