diff mbox series

[meta-oe] paho-mqtt-cpp: Remove the dependency on paho-mqtt-c

Message ID 20240913004010.1554478-1-pkj@axis.com
State Under Review
Headers show
Series [meta-oe] paho-mqtt-cpp: Remove the dependency on paho-mqtt-c | expand

Commit Message

Peter Kjellerstedt Sept. 13, 2024, 12:40 a.m. UTC
paho-mqtt-cpp is built with the vendored version of paho-mqtt-c since
commit d4f8a3074307982a45eea9551060424835e1cfde.

This avoids the following error when building an application that
depends on paho-mqtt-cpp:

  ERROR: foobar-1.2.3-r0 do_prepare_recipe_sysroot: The file
  /usr/lib/libpaho-mqtt3as.so.1.3.13 is installed by both paho-mqtt-cpp
  and paho-mqtt-c, aborting

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 .../recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.4.1.bb   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 d2fbc3a34c..f0ad76762b 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
@@ -16,7 +16,7 @@  SRC_URI = "gitsm://github.com/eclipse/paho.mqtt.cpp;protocol=https;branch=v1.4.x
 SRCREV = "ac1b023eab789e829656144f12b248602c40e37b"
 PV .= "+git"
 
-DEPENDS = "openssl paho-mqtt-c"
+DEPENDS = "openssl"
 
 S = "${WORKDIR}/git"