mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
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>
This commit is contained in:
+3
-3
@@ -7,12 +7,12 @@ HOMEPAGE = "https://thingsboard.io/"
|
|||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "5811a3c5a2334e41776f249df20c1d6a0def62a6e11e77bf2abeaa02f2725260"
|
SRCREV = "4215a302c649f8fe3739814e365b0d6af722b66b"
|
||||||
|
PYPI_SRC_URI = "git://github.com/thingsboard/${BPN};protocol=https;branch=master;tag=${PV}"
|
||||||
|
PYPI_PACKAGE = "thingsboard-gateway"
|
||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
PYPI_PACKAGE = "thingsboard-gateway"
|
|
||||||
|
|
||||||
RDEPENDS:${PN} += " python3-jsonpath-rw \
|
RDEPENDS:${PN} += " python3-jsonpath-rw \
|
||||||
python3-regex \
|
python3-regex \
|
||||||
python3-paho-mqtt \
|
python3-paho-mqtt \
|
||||||
Reference in New Issue
Block a user