diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/bluepy/bluepy_git.bb | 17 | 
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb new file mode 100644 index 0000000000..03b1562b60 --- /dev/null +++ b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb  | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Python interface to Bluetooth LE on Linux" | ||
| 2 | HOMEPAGE = "https://github.com/IanHarvey/bluepy" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | DEPENDS = "${PYTHON_PN} glib-2.0" | ||
| 6 | RDEPENDS_${PN} = "bluez5" | ||
| 7 | |||
| 8 | LICENSE = "GPLv2 & PD" | ||
| 9 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | ||
| 10 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/PD;md5=b3597d12946881e13cb3b548d1173851" | ||
| 11 | |||
| 12 | inherit setuptools3 pkgconfig | ||
| 13 | |||
| 14 | SRC_URI = "git://github.com/IanHarvey/bluepy.git;protocol=https;rev=7ad565231a97c304c0eff45f2649cd005e69db09" | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
