aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pybluez_0.16.bb
blob: 64cc88786ed2e0f5a73e908663bf3d3333e47b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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

SRC_URI[md5sum] = "2ce8ff0dbb94c6be14e92e9968f4c914"
SRC_URI[sha256sum] = "cbe1f076a4947e29ded08ba9dd6dbbb86b25939fb4e50f508dd02f41681554e2"