summaryrefslogtreecommitdiff
path: root/recipes/python/python-pybluez_0.15.bb
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
>Alexander Kanavin1 2016-06-02gdb: move to Python 3Alexander Kanavin1 2016-05-20gdb: Backport patch to changes with AVX and MPXbavery1 2016-05-14gdb: Upgrade to 7.11Khem Raj1 2016-05-13gdb: Disable binutils componentsKhem Raj1