diff mbox series

[v2,8/9] python3-icu: remove redundant S assignment

Message ID 20260904112222.114451-8-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-python/recipes-devtools/python/python3-icu_2.16.2.bb | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb b/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb
index a2ebc407583..f700aafbb89 100644
--- a/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb
+++ b/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb
@@ -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"