python-pybluez: update to version 0.18
authorThomas Zimmermann <ml@vdm-design.de>
Wed, 22 Sep 2010 16:42:43 +0000 (18:42 +0200)
committerThomas Zimmermann <ml@vdm-design.de>
Wed, 22 Sep 2010 16:42:43 +0000 (18:42 +0200)
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
recipes/python/python-pybluez_0.18.bb [new file with mode: 0644]

diff --git a/recipes/python/python-pybluez_0.18.bb b/recipes/python/python-pybluez_0.18.bb
new file mode 100644 (file)
index 0000000..f30d308
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "Python bindings for the Linux Bluetooth stack"
+SECTION = "devel/python"
+DEPENDS = "bluez-libs"
+LICENSE = "GPL"
+PR = "ml0"
+
+SRC_URI = "http://pybluez.googlecode.com/files/PyBluez-${PV}.tar.gz"
+S = "${WORKDIR}/PyBluez-${PV}"
+
+inherit distutils
+
+SRC_URI[md5sum] = "be8c8ce615c3189fda1aaf3d568314b2"
+SRC_URI[sha256sum] = "66b2184e0eaad5e1ecc89eb4c81cba0696b3028b85d1301186b45b0bbd761065"