mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
paho-mqtt-c: enable SSL
Pass the option PAHO_WITH_SSL=ON when invoking cmake in order to enable the build of the SSL variants of the libraries. Signed-off-by: Erik Botö <erik.boto@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -26,3 +26,5 @@ do_install_append() {
|
|||||||
rm -rf ${D}${prefix}/samples
|
rm -rf ${D}${prefix}/samples
|
||||||
find ${D}${prefix} -maxdepth 1 -type f -delete
|
find ${D}${prefix} -maxdepth 1 -type f -delete
|
||||||
}
|
}
|
||||||
|
|
||||||
|
EXTRA_OECMAKE = "-DPAHO_WITH_SSL=ON"
|
||||||
|
|||||||
Reference in New Issue
Block a user