From: Koen Kooi Date: Tue, 18 Sep 2007 17:58:17 +0000 (+0000) Subject: python-pybluez: update to 0.13 X-Git-Tag: Release-2010-05/1~8625^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12fd9d438d1fc20bbd6b6903729fd5e3957afd4d;p=openembedded.git python-pybluez: update to 0.13 --- diff --git a/packages/python/python-pybluez_0.13.bb b/packages/python/python-pybluez_0.13.bb new file mode 100644 index 0000000000..2e7e282ddc --- /dev/null +++ b/packages/python/python-pybluez_0.13.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://org.csail.mit.edu/pybluez/release/pybluez-src-${PV}.tar.gz" +S = "${WORKDIR}/pybluez-${PV}" + +inherit distutils