mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
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>
This commit is contained in:
parent
a1ee6eb4b5
commit
e408f1b84c
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user