diff options
| author | Martin Schwan <m.schwan@phytec.de> | 2025-12-18 10:22:29 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-21 08:54:01 -0800 |
| commit | 16493d4c1d9a39010327fd13e516130f87dd3541 (patch) | |
| tree | 0c35eccab407fdc9f7c932b96cb3230ccb7c45c7 /meta-oe | |
| parent | 73a3d53c6bc96e9cea80fe6953353bcd79a79672 (diff) | |
| download | meta-openembedded-16493d4c1d9a39010327fd13e516130f87dd3541.tar.gz | |
thingsboard-gateway: upgrade 3.7.4 -> 3.8.0
With thingsboard-gateway 3.8.0, the source URI must be set to the
project Git repository, as source releases are no longer provided via
PyPi for this project.
Signed-off-by: Martin Schwan <m.schwan@phytec.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.0.bb (renamed from meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.7.4.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.7.4.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.0.bb index 7a82414937..3398ad9361 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.7.4.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.0.bb | |||
| @@ -7,12 +7,12 @@ HOMEPAGE = "https://thingsboard.io/" | |||
| 7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
| 8 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | 8 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" |
| 9 | 9 | ||
| 10 | SRC_URI[sha256sum] = "5811a3c5a2334e41776f249df20c1d6a0def62a6e11e77bf2abeaa02f2725260" | 10 | SRCREV = "4215a302c649f8fe3739814e365b0d6af722b66b" |
| 11 | PYPI_SRC_URI = "git://github.com/thingsboard/${BPN};protocol=https;branch=master;tag=${PV}" | ||
| 12 | PYPI_PACKAGE = "thingsboard-gateway" | ||
| 11 | 13 | ||
| 12 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
| 13 | 15 | ||
| 14 | PYPI_PACKAGE = "thingsboard-gateway" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += " python3-jsonpath-rw \ | 16 | RDEPENDS:${PN} += " python3-jsonpath-rw \ |
| 17 | python3-regex \ | 17 | python3-regex \ |
| 18 | python3-paho-mqtt \ | 18 | python3-paho-mqtt \ |
