diff options
-rw-r--r-- | meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb index fa8c714cef..071d51fc60 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb | |||
@@ -2,19 +2,19 @@ SUMMARY = "Paho MQTT - C libraries for the MQTT and MQTT-SN protocols" | |||
2 | DESCRIPTION = "Client implementation of open and standard messaging protocols for Machine-to-Machine (M2M) and Internet of Things (IoT)." | 2 | DESCRIPTION = "Client implementation of open and standard messaging protocols for Machine-to-Machine (M2M) and Internet of Things (IoT)." |
3 | HOMEPAGE = "http://www.eclipse.org/paho/" | 3 | HOMEPAGE = "http://www.eclipse.org/paho/" |
4 | SECTION = "console/network" | 4 | SECTION = "console/network" |
5 | LICENSE = "EPL-1.0 | EDL-1.0" | 5 | LICENSE = "EPL-2.0 | EDL-1.0" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = " \ | 7 | LIC_FILES_CHKSUM = " \ |
8 | file://edl-v10;md5=3adfcc70f5aeb7a44f3f9b495aa1fbf3 \ | 8 | file://edl-v10;md5=3adfcc70f5aeb7a44f3f9b495aa1fbf3 \ |
9 | file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \ | 9 | file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \ |
10 | file://notice.html;md5=943f861069889acecebf51dfa24478e2 \ | 10 | file://notice.html;md5=943f861069889acecebf51dfa24478e2 \ |
11 | file://about.html;md5=e5662cbb5f8fd5c9faac526e4077898e \ | 11 | file://about.html;md5=e5662cbb5f8fd5c9faac526e4077898e \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http \ | 14 | SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http \ |
15 | file://0001-Fix-bug-of-free-with-musl.patch" | 15 | file://0001-Fix-bug-of-free-with-musl.patch" |
16 | 16 | ||
17 | SRCREV = "fbe39064c4416f879308a8a5390b19d544970789" | 17 | SRCREV = "3148fe2d5f4b87e16266dfe559c0764e16ca0546" |
18 | 18 | ||
19 | DEPENDS = "openssl" | 19 | DEPENDS = "openssl" |
20 | 20 | ||
@@ -29,7 +29,3 @@ do_install_append() { | |||
29 | } | 29 | } |
30 | 30 | ||
31 | EXTRA_OECMAKE = "-DPAHO_WITH_SSL=ON" | 31 | EXTRA_OECMAKE = "-DPAHO_WITH_SSL=ON" |
32 | |||
33 | do_configure_prepend_libc-musl() { | ||
34 | sed -i -e "s/SET(LIBS_SYSTEM c dl pthread anl rt)/SET(LIBS_SYSTEM c dl pthread rt)/g" ${S}/src/CMakeLists.txt | ||
35 | } | ||