diff options
-rw-r--r-- | meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb | 4 |
1 files changed, 4 insertions, 0 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 071d51fc60..3a1222e89e 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 | |||
@@ -22,6 +22,10 @@ S = "${WORKDIR}/git" | |||
22 | 22 | ||
23 | inherit cmake | 23 | inherit cmake |
24 | 24 | ||
25 | do_configure_prepend() { | ||
26 | sed -i s:\ lib/cmake:\ ${baselib}/cmake:g ${S}/src/CMakeLists.txt | ||
27 | } | ||
28 | |||
25 | do_install_append() { | 29 | do_install_append() { |
26 | # paho-mqtt installes some thing that we don't want. | 30 | # paho-mqtt installes some thing that we don't want. |
27 | rm -rf ${D}${prefix}/samples | 31 | rm -rf ${D}${prefix}/samples |