diff options
| author | Julien Grossholtz <julien.grossholtz@openest.io> | 2018-11-16 12:39:57 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-11-16 23:11:21 +0100 |
| commit | c11b14d891fdd631b9a6244ec3cbefe45e8198c1 (patch) | |
| tree | a1e8551fd026a01eec777ba2e304c9a1579518a3 /package/paho-mqtt-c/0001-Declare-mqtt-tests-as-a-C-only-project.patch | |
| parent | 7d47af583c742b66d3578642653a5b61b514bb6d (diff) | |
| download | buildroot-c11b14d891fdd631b9a6244ec3cbefe45e8198c1.tar.gz buildroot-c11b14d891fdd631b9a6244ec3cbefe45e8198c1.zip | |
paho-mqtt-c: bump to version 1.3.0
paho-mqtt-c 1.3.0 is the current stable version of paho-mqtt-c.
The patch 0001-Declare-mqtt-tests-as-a-C-only-project.patch is no longer
required, a similar fix was applied upstream with:
a87450ebcefed573ad4cdac77e2c893a3c314762.
Signed-off-by: Julien Grossholtz <julien.grossholtz@openest.io>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
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.patch | 27 |
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 - |

