diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:10:51 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:57:29 +0100 |
commit | 6e7ed0aca2821c806387742c3abdcd46717dcb8a (patch) | |
tree | 5327137efe61ff79e3fbec045964263bcc6317b6 /recipes/python | |
parent | a9bd031a4bb49d90b7e3fc7c24dba35533b3515e (diff) |
python-pybluez: add version 0.16 from SHR
Diffstat (limited to 'recipes/python')
-rw-r--r-- | recipes/python/python-pybluez_0.16.bb | 10 |
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 |