diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-09-08 21:50:50 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-09 08:00:09 -0700 |
| commit | d4f8a3074307982a45eea9551060424835e1cfde (patch) | |
| tree | b0edbeb2367c587bd2e48f60aef6730d56763bdc /meta-oe | |
| parent | 5111ab78ea017fd7a67dfa271d67a013b4c3ddfc (diff) | |
| download | meta-openembedded-d4f8a3074307982a45eea9551060424835e1cfde.tar.gz | |
paho-mqtt-cpp: Move to tip of 1.4.x branch
- User git submodule fetcher
- Disable building examples and enable MQTT C module
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.4.1.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.4.1.bb b/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.4.1.bb index f374837fc6..d2fbc3a34c 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.4.1.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.4.1.bb | |||
| @@ -10,10 +10,11 @@ LIC_FILES_CHKSUM = " \ | |||
| 10 | file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \ | 10 | file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/eclipse/paho.mqtt.cpp;protocol=https;branch=v1.4.x \ | 13 | SRC_URI = "gitsm://github.com/eclipse/paho.mqtt.cpp;protocol=https;branch=v1.4.x \ |
| 14 | file://0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch \ | 14 | file://0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch \ |
| 15 | " | 15 | " |
| 16 | SRCREV = "c310578ee68d38cd53e79d7107fb41dc68dbafe0" | 16 | SRCREV = "ac1b023eab789e829656144f12b248602c40e37b" |
| 17 | PV .= "+git" | ||
| 17 | 18 | ||
| 18 | DEPENDS = "openssl paho-mqtt-c" | 19 | DEPENDS = "openssl paho-mqtt-c" |
| 19 | 20 | ||
| @@ -21,4 +22,4 @@ S = "${WORKDIR}/git" | |||
| 21 | 22 | ||
| 22 | inherit cmake | 23 | inherit cmake |
| 23 | 24 | ||
| 24 | EXTRA_OECMAKE += "-DPAHO_WITH_SSL=ON" | 25 | EXTRA_OECMAKE += "-DPAHO_WITH_SSL=ON -DPAHO_WITH_MQTT_C=ON -DPAHO_BUILD_EXAMPLES=OFF" |
