Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Python interface to Bluetooth LE on Linux" |
| 2 | HOMEPAGE = "https://github.com/IanHarvey/bluepy" |
| 3 | SECTION = "devel/python" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 4 | LICENSE = "GPL-2.0-only & PD" |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=59e0d45ea684dda215889aa1b5acd001" |
| 6 | DEPENDS = "glib-2.0" |
| 7 | SRCREV = "7ad565231a97c304c0eff45f2649cd005e69db09" |
| 8 | PV = "1.3.0+git${SRCPV}" |
| 9 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 10 | SRC_URI = "git://github.com/IanHarvey/bluepy.git;protocol=https;branch=master \ |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 11 | file://0001-bluepy-Fix-username-issue-with-tarballs.patch \ |
| 12 | " |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | inherit setuptools3 pkgconfig |
| 17 | |
| 18 | RDEPENDS:${PN} = "bluez5" |
| 19 | |
| 20 | TARGET_CC_ARCH += "${LDFLAGS}" |