From d4f8a3074307982a45eea9551060424835e1cfde Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 8 Sep 2024 21:50:50 -0700 Subject: [PATCH] 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 --- .../paho-mqtt-cpp/paho-mqtt-cpp_1.4.1.bb | 7 ++++--- 1 file 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 = " \ file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \ " -SRC_URI = "git://github.com/eclipse/paho.mqtt.cpp;protocol=https;branch=v1.4.x \ +SRC_URI = "gitsm://github.com/eclipse/paho.mqtt.cpp;protocol=https;branch=v1.4.x \ file://0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch \ " -SRCREV = "c310578ee68d38cd53e79d7107fb41dc68dbafe0" +SRCREV = "ac1b023eab789e829656144f12b248602c40e37b" +PV .= "+git" DEPENDS = "openssl paho-mqtt-c" @@ -21,4 +22,4 @@ S = "${WORKDIR}/git" inherit cmake -EXTRA_OECMAKE += "-DPAHO_WITH_SSL=ON" +EXTRA_OECMAKE += "-DPAHO_WITH_SSL=ON -DPAHO_WITH_MQTT_C=ON -DPAHO_BUILD_EXAMPLES=OFF"