diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 79a8f43d79..f3086315de 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() { | |||
| 26 | rm -rf ${D}${prefix}/samples | 26 | rm -rf ${D}${prefix}/samples |
| 27 | find ${D}${prefix} -maxdepth 1 -type f -delete | 27 | find ${D}${prefix} -maxdepth 1 -type f -delete |
| 28 | } | 28 | } |
| 29 | |||
| 30 | EXTRA_OECMAKE = "-DPAHO_WITH_SSL=ON" | ||
