aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pybluez_0.15.bb
blob: 8c98fe31a1cf3cd60b2f1e655e9542226801b339 (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-0.15.tar.gz"
S = "${WORKDIR}/PyBluez-${PV}"

inherit distutils

SRC_URI[md5sum] = "104ad743d4bc999796ceff4f39d1003a"
SRC_URI[sha256sum] = "593912fdf122d9a1499767bc305ca7b3b688ace7edcb93f53e07202aa1242c58"