summaryrefslogtreecommitdiffstats
path: root/package/paho-mqtt-c/0001-Declare-mqtt-tests-as-a-C-only-project.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2018-12-02 08:15:26 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-12-02 08:16:10 +0100
commit13c43455a05b036002e79808ca1c8e0d91d7871b (patch)
tree147ddbfc5486085018bb527de1a43961fc8ee1ca /package/paho-mqtt-c/0001-Declare-mqtt-tests-as-a-C-only-project.patch
parent2e08c7398a47b414c288ea516514adac3edf00fb (diff)
parent0393f5d34433e34e49ff7ce0fb998735453ed4fc (diff)
downloadbuildroot-13c43455a05b036002e79808ca1c8e0d91d7871b.tar.gz
buildroot-13c43455a05b036002e79808ca1c8e0d91d7871b.zip
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/paho-mqtt-c/0001-Declare-mqtt-tests-as-a-C-only-project.patch')
-rw-r--r--package/paho-mqtt-c/0001-Declare-mqtt-tests-as-a-C-only-project.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/package/paho-mqtt-c/0001-Declare-mqtt-tests-as-a-C-only-project.patch b/package/paho-mqtt-c/0001-Declare-mqtt-tests-as-a-C-only-project.patch
deleted file mode 100644
index 9edb2c4a8b..0000000000
--- a/package/paho-mqtt-c/0001-Declare-mqtt-tests-as-a-C-only-project.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 6556e62a07972eafccaefdcdf32bd0d386c64ca2 Mon Sep 17 00:00:00 2001
-From: Yegor Yefremov <yegorslists@googlemail.com>
-Date: Wed, 13 Sep 2017 07:59:50 +0200
-Subject: [PATCH] Declare mqtt-tests as a C-only project
-
-This way CMake doesn't break the build on the systems without
-C++ compiler.
-
-Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
-Reported-by: Marcus Hoffmann <m.hoffmann@cartelsol.com>
----
- test/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
-index 5c88c44..3aca80f 100644
---- a/test/CMakeLists.txt
-+++ b/test/CMakeLists.txt
-@@ -1,4 +1,4 @@
--PROJECT(mqtt-tests)
-+PROJECT(mqtt-tests C)
-
- IF (WIN32)
- SET(MQTT_TEST_BROKER "tcp://mqtt.iotree.co.uk:1883" CACHE STRING "Hostname of a test MQTT broker to use")
---
-2.1.4
-
OpenPOWER on IntegriCloud