diff options
author | Jeff Hatch <jhatch@multitech.com> | 2020-06-04 14:22:33 -0500 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2020-06-04 14:22:33 -0500 |
commit | 44b321b521cf857f6cf3cd8bb7ba8baf8dae1182 (patch) | |
tree | bc36b243d8f4ef9535c7c500b9ffcb96885df61e /recipes-devtools/python/python-pybluez.inc | |
parent | 683182b8eb2fa4cee10369d068d88084864d8be9 (diff) | |
parent | 432af19f672a64228e1b70b0b25abb5a0ee7ee30 (diff) | |
download | meta-mlinux-44b321b521cf857f6cf3cd8bb7ba8baf8dae1182.tar.gz meta-mlinux-44b321b521cf857f6cf3cd8bb7ba8baf8dae1182.tar.bz2 meta-mlinux-44b321b521cf857f6cf3cd8bb7ba8baf8dae1182.zip |
Merge branch 'test-split'
Merge changes for the move to Yocto Thud
Diffstat (limited to 'recipes-devtools/python/python-pybluez.inc')
-rw-r--r-- | recipes-devtools/python/python-pybluez.inc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-devtools/python/python-pybluez.inc b/recipes-devtools/python/python-pybluez.inc deleted file mode 100644 index 399fe57..0000000 --- a/recipes-devtools/python/python-pybluez.inc +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "Bluetooth Python extension module" -HOMEPAGE = "http://karulis.github.io/pybluez/" -SECTION = "devel/python" - -DEPENDS = "bluez5" - -LICENSE = "GPL-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543" - -inherit pypi - -SRC_URI = "https://pypi.python.org/packages/c1/98/3149481d508bee174335be6725880f00d297afebe75c15e917af8f6fe169/PyBluez-0.22.zip" -SRC_URI[md5sum] = "49dab9d5a8f0b798c8125c7f649be3cd" -SRC_URI[sha256sum] = "4ce006716a54d9d18e8186a3f1c8b12a8e6befecffe8fd5828a291fb694ce49d" - -S = "${WORKDIR}/PyBluez-${PV}" - -RDEPENDS_${PN} += "\ - bluez5 \ - ${PYTHON_PN}-fcntl \ -" |