python3-icu: 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:
Ross Burton
2026-09-04 17:10:38 -07:00
committed by Khem Raj
parent 80df13b0ff
commit 00a0c3bacb
@@ -17,7 +17,4 @@ inherit pkgconfig pypi python_setuptools_build_meta
DEPENDS += "python3-wheel-native"
# it's lowercase pyicu instead of ${PYPI_PACKAGE} in this version
S = "${UNPACKDIR}/pyicu-${PV}"
BBCLASSEXTEND = "native nativesdk"