From 80df13b0ffa7bbd4bec1ed6e33e7dea1067bc9e7 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 4 Sep 2026 12:22:20 +0100 Subject: [PATCH] python3-gammu: remove redundant S assignment This is the default value, so there's no need to set it. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb | 2 -- 1 file changed, 2 deletions(-) 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 52a0af810f..f5e2cc4da1 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"