aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pybluez_0.16.bb
blob: 44554d6ff17188bf44f8a8e126fb61300b636d89 (plain)
1
2
3
4
5
6
7
8
9
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