aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pybluez_0.16.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:10:51 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:57:29 +0100
commit6e7ed0aca2821c806387742c3abdcd46717dcb8a (patch)
tree5327137efe61ff79e3fbec045964263bcc6317b6 /recipes/python/python-pybluez_0.16.bb
parenta9bd031a4bb49d90b7e3fc7c24dba35533b3515e (diff)
downloadopenembedded-6e7ed0aca2821c806387742c3abdcd46717dcb8a.tar.gz
python-pybluez: add version 0.16 from SHR
Diffstat (limited to 'recipes/python/python-pybluez_0.16.bb')
-rw-r--r--recipes/python/python-pybluez_0.16.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/python/python-pybluez_0.16.bb b/recipes/python/python-pybluez_0.16.bb
new file mode 100644
index 0000000000..44554d6ff1
--- /dev/null
+++ b/recipes/python/python-pybluez_0.16.bb
@@ -0,0 +1,10 @@
+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