From 6e7ed0aca2821c806387742c3abdcd46717dcb8a Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 18 Nov 2009 09:10:51 +0100 Subject: python-pybluez: add version 0.16 from SHR --- recipes/python/python-pybluez_0.16.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/python/python-pybluez_0.16.bb (limited to 'recipes/python/python-pybluez_0.16.bb') 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 -- cgit 1.2.3-korg