From db0f78240e595fa92b5e328517405b80c277ecb9 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 4 Sep 2026 12:22:18 +0100 Subject: [PATCH] thingsboard-gateway: remove pypi inherit This recipe doesn't fetch from pypi as upstream has stopped uploading source distributions[1], so there's no need to inherit the pypi class. [1] https://github.com/thingsboard/thingsboard-gateway/issues/2174 Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- .../thingsboard-gateway/thingsboard-gateway_3.8.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.4.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.4.bb index 0ad3c8d431..daa6b29a57 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.4.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.4.bb @@ -7,10 +7,10 @@ HOMEPAGE = "https://thingsboard.io/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" +SRC_URI = "git://github.com/thingsboard/${BPN};protocol=https;branch=master;tag=${PV}" SRCREV = "a735a2d654a218c007b5db7759ceed44794253f9" -PYPI_SRC_URI = "git://github.com/thingsboard/${BPN};protocol=https;branch=master;tag=${PV}" -inherit pypi setuptools3 +inherit setuptools3 RDEPENDS:${PN} += " python3-jsonpath-rw \ python3-regex \