diff mbox series

[v2,7/9] python3-gammu: remove redundant S assignment

Message ID 20260904112222.114451-7-ross.burton@arm.com
State Under Review
Headers show
Series [v2,1/9] meta-python: remove redundant UPSTREAM_CHECK_PYPI_PACKAGE | expand

Commit Message

Ross Burton Sept. 4, 2026, 11:22 a.m. UTC
This is the default value, so there's no need to set it.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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
index 52a0af810fa..f5e2cc4da1f 100644
--- a/meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb
+++ b/meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb
@@ -12,8 +12,6 @@  inherit pypi setuptools3 pkgconfig
 SRC_URI += "file://0001-setup.py-StrictVersion-packaging.version.patch"
 SRC_URI[sha256sum] = "49fc70f01bc192c43ff3ec815e082df5261ea4c8d36a695e977734c4eb4df868"
 
-S = "${UNPACKDIR}/python-gammu-${PV}"
-
 DEPENDS += "gammu python3-packaging-native"
 
 RDEPENDS:${PN} += "python3-asyncio python3-core python3-threading"