diff options
| author | Tim Orling <ticotimo@gmail.com> | 2022-01-13 21:20:06 -0600 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-18 08:59:58 -0800 |
| commit | 6d5426249728daef3a92d8c67c60d6b2100fba05 (patch) | |
| tree | 84a1b1d75dbca959fe2f5178c1f7615b0a527d7c /meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb | |
| parent | 012d10408eb714a6febb91b0436a402d70be95ad (diff) | |
| download | meta-openembedded-6d5426249728daef3a92d8c67c60d6b2100fba05.tar.gz | |
python3-gammu: add recipe for v3.2.4
The Python bindings for gammu have been moved into a separate package
python-gammu.
Send patch upstream to replace distutils.version.StrictVersion with
packaging.version.parse and .Version
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb b/meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb new file mode 100644 index 0000000000..1fdb76eeb4 --- /dev/null +++ b/meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "Gammu bindings for Python" | ||
| 2 | DESCRIPTION ="Python bindings for the Gammu library." | ||
| 3 | HOMEPAGE = "https://wammu.eu/python-gammu/" | ||
| 4 | BUGRACKER = "https://github.com/gammu/python-gammu/issues" | ||
| 5 | LICENSE = "GPL-2.0-or-later" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "python-gammu" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 pkgconfig | ||
| 11 | |||
| 12 | SRC_URI += "file://0001-setup.py-StrictVersion-packaging.version.patch" | ||
| 13 | SRC_URI[sha256sum] = "49fc70f01bc192c43ff3ec815e082df5261ea4c8d36a695e977734c4eb4df868" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/python-gammu-${PV}" | ||
| 16 | |||
| 17 | DEPENDS += "gammu python3-packaging-native" | ||
| 18 | |||
| 19 | RDEPENDS:${PN} += "python3-asyncio python3-core python3-threading" | ||
| 20 | |||
| 21 | RRECOMMENDS:${PN} += "gammu" | ||
