[oe-commits] Maciej Borzecki : python-paho-mqtt: add recipe

git at git.openembedded.org git at git.openembedded.org
Mon Jul 27 16:44:23 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 8548a7b6aadfcdaffd28d7a0bc9c001195a429e0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8548a7b6aadfcdaffd28d7a0bc9c001195a429e0

Author: Maciej Borzecki <maciej.borzecki at open-rnd.pl>
Date:   Fri Jul 10 16:17:55 2015 +0200

python-paho-mqtt: add recipe

Add recipe for python-paho-mqtt, a MQTT 3.1 client library.

Signed-off-by: Maciej Borzecki <maciej.borzecki at open-rnd.pl>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-devtools/python/python-paho-mqtt_1.1.bb       | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb b/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
new file mode 100644
index 0000000..faadcec
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
@@ -0,0 +1,15 @@
+SUMMARY = "MQTT version 3.1/3.1.1 client library"
+LICENSE = "EPL-1.0"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eb48c6ee2cb9f5b8b9fe75e6f817bdfc"
+SRCNAME = "paho-mqtt"
+
+inherit pypi
+
+RDEPENDS_${PN} = "\
+               python-math \
+               python-io \
+               python-threading \
+"
+
+SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366"
+SRC_URI[sha256sum] = "0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e"



More information about the Openembedded-commits mailing list