aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pybluez_0.16.bb
diff options
context:
space:
mode:
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