mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-22 23:10:18 +00:00
python3-gammu: remove redundant S assignment
This is the default value, so there's no need to set it. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user