summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Dassie <diego.dassie@texa.com>2023-05-11 15:17:56 +0200
committerKhem Raj <raj.khem@gmail.com>2023-05-11 11:28:34 -0700
commite408f1b84c7e5afb8c5356ddf7ff7d2004a7d4f6 (patch)
tree46e509b063ca93ec46ef8abb450d10da205cb0fb
parenta1ee6eb4b54f342fa7ad5e7bb3a9ad5788523e67 (diff)
downloadmeta-openembedded-e408f1b84c7e5afb8c5356ddf7ff7d2004a7d4f6.tar.gz
paho-mqtt-c: Disable building tests
Disable building the paho-mqtt-c library internal tests, no need to waste compile time. Signed-off-by: Diego Dassie <diego.dassie@texa.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb
index 6578bcfeb7..0e0f64f5a8 100644
--- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb
+++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb
@@ -30,4 +30,4 @@ do_install:append() {
30 find ${D}${prefix} -maxdepth 1 -type f -delete 30 find ${D}${prefix} -maxdepth 1 -type f -delete
31} 31}
32 32
33EXTRA_OECMAKE = "-DPAHO_WITH_SSL=ON" 33EXTRA_OECMAKE = "-DPAHO_WITH_SSL=ON -DPAHO_ENABLE_TESTING=OFF"