From e408f1b84c7e5afb8c5356ddf7ff7d2004a7d4f6 Mon Sep 17 00:00:00 2001 From: Diego Dassie Date: Thu, 11 May 2023 15:17:56 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { find ${D}${prefix} -maxdepth 1 -type f -delete } -EXTRA_OECMAKE = "-DPAHO_WITH_SSL=ON" +EXTRA_OECMAKE = "-DPAHO_WITH_SSL=ON -DPAHO_ENABLE_TESTING=OFF"