diff options
| author | Gianfranco Costamagna <costamagna.gianfranco@gmail.com> | 2020-03-08 09:00:06 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-03-08 16:38:30 -0700 |
| commit | 9f6d45379eb4b32fa8c4e9b86d1f14ace2e7756e (patch) | |
| tree | 889244dfe45e7d0ad7f5e14e10f346b7373a6248 /meta-networking/recipes-connectivity/mosquitto/files/install-protocol.patch | |
| parent | 7e6305da8e4e390be6c8065ff98b01b4128d8416 (diff) | |
| download | meta-openembedded-9f6d45379eb4b32fa8c4e9b86d1f14ace2e7756e.tar.gz | |
mosquitto: refresh patches and sync with Debian packaging
Also add patch from debian to mqtt_protocol.h header file
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-networking/recipes-connectivity/mosquitto/files/install-protocol.patch')
| -rw-r--r-- | meta-networking/recipes-connectivity/mosquitto/files/install-protocol.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/files/install-protocol.patch b/meta-networking/recipes-connectivity/mosquitto/files/install-protocol.patch new file mode 100644 index 0000000000..1397fc6a24 --- /dev/null +++ b/meta-networking/recipes-connectivity/mosquitto/files/install-protocol.patch | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | Description: Also install mqtt_protocol.h, as is done in Makefile | ||
| 2 | Author: Gianfranco Costamagna <locutusofborg@debian.org> | ||
| 3 | Bug-Debian: https://bugs.debian.org/951116 | ||
| 4 | Forwarded: https://github.com/eclipse/mosquitto/pull/1599 | ||
| 5 | Last-Update: 2020-02-15 | ||
| 6 | |||
| 7 | --- a/lib/CMakeLists.txt | ||
| 8 | +++ b/lib/CMakeLists.txt | ||
| 9 | @@ -114,4 +114,4 @@ | ||
| 10 | install(TARGETS libmosquitto_static ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}") | ||
| 11 | endif (WITH_STATIC_LIBRARIES) | ||
| 12 | |||
| 13 | -install(FILES mosquitto.h DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}") | ||
| 14 | +install(FILES mqtt_protocol.h mosquitto.h DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}") | ||
