summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Schwan <m.schwan@phytec.de>2025-12-18 10:22:29 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-21 08:54:01 -0800
commit16493d4c1d9a39010327fd13e516130f87dd3541 (patch)
tree0c35eccab407fdc9f7c932b96cb3230ccb7c45c7 /meta-oe
parent73a3d53c6bc96e9cea80fe6953353bcd79a79672 (diff)
downloadmeta-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/"
7LICENSE = "Apache-2.0" 7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" 8LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
9 9
10SRC_URI[sha256sum] = "5811a3c5a2334e41776f249df20c1d6a0def62a6e11e77bf2abeaa02f2725260" 10SRCREV = "4215a302c649f8fe3739814e365b0d6af722b66b"
11PYPI_SRC_URI = "git://github.com/thingsboard/${BPN};protocol=https;branch=master;tag=${PV}"
12PYPI_PACKAGE = "thingsboard-gateway"
11 13
12inherit pypi setuptools3 14inherit pypi setuptools3
13 15
14PYPI_PACKAGE = "thingsboard-gateway"
15
16RDEPENDS:${PN} += " python3-jsonpath-rw \ 16RDEPENDS:${PN} += " python3-jsonpath-rw \
17 python3-regex \ 17 python3-regex \
18 python3-paho-mqtt \ 18 python3-paho-mqtt \