aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorThomas Zimmermann <ml@vdm-design.de>2010-09-22 18:42:43 +0200
committerThomas Zimmermann <ml@vdm-design.de>2010-09-22 18:42:43 +0200
commitd2d7afd76a9dd27d11136f6aa9831aa9a90b41c2 (patch)
treef0bbf9052b2382aed4fbecfac6478f23e5b59783 /recipes/python
parent80cfc923d7c93ca847f960f95c03e2c6eb3d7744 (diff)
downloadopenembedded-d2d7afd76a9dd27d11136f6aa9831aa9a90b41c2.tar.gz
python-pybluez: update to version 0.18
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-pybluez_0.18.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/python/python-pybluez_0.18.bb b/recipes/python/python-pybluez_0.18.bb
new file mode 100644
index 0000000000..f30d30896b
--- /dev/null
+++ b/recipes/python/python-pybluez_0.18.bb
@@ -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"