diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-11 17:20:16 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-11 17:20:16 +0000 |
commit | a759b97c2875178ed1217673a85cc7c45f3dc590 (patch) | |
tree | 33540459361b2ed35895bb201a6df540cefc5110 /packages/python | |
parent | 694993329317a1c144a68886b43f11b45899350e (diff) |
Python:
- add python-pybluez 0.2 (Linux Bluetooth Bindings)
- add pybluez to task packages
- add homepage information to task packages
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-pybluez_0.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/python/python-pybluez_0.2.bb b/packages/python/python-pybluez_0.2.bb new file mode 100644 index 0000000000..aa5d4fec2b --- /dev/null +++ b/packages/python/python-pybluez_0.2.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Python bindings for the Linux Bluetooth stack" +MAINTAINER = "Michael 'Mickey' Lauer" +SECTION = "devel/python" +DEPENDS = "bluez-libs" +LICENSE = "GPL" +SRC_URI = "http://org.csail.mit.edu/pybluez/release/pybluez-src-${PV}.tar.gz" + +S = "${WORKDIR}/pybluez-${PV}" + +PR = "ml0" + +inherit distutils |