[oe-commits] [meta-openembedded] 45/94: paho-mqtt-c: enable SSL

git at git.openembedded.org git at git.openembedded.org
Wed Jul 10 16:35:18 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 3964cd81ddb8d627a868578832a41e2b04931bdf
Author: Erik Botö <erik.boto at gmail.com>
AuthorDate: Tue Jul 2 08:05:15 2019 +0200

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.0.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.0.bb
index 79a8f43..f308631 100644
--- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.0.bb
+++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.0.bb
@@ -26,3 +26,5 @@ do_install_append() {
     rm -rf ${D}${prefix}/samples
     find ${D}${prefix} -maxdepth 1 -type f -delete
 }
+
+EXTRA_OECMAKE = "-DPAHO_WITH_SSL=ON"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list