blob: 17ffd385fc94d7a08706224557ecfebd3642e109 (
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-0.15.tar.gz"
S = "${WORKDIR}/PyBluez-${PV}"
inherit distutils
|