diff mbox series

[meta-python] python3-wxgtk4: upgrade 4.2.4 -> 4.2.5

Message ID 20260228090204.3587-3-liuyd.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-wxgtk4: upgrade 4.2.4 -> 4.2.5 | expand

Commit Message

Liu Yiding Feb. 28, 2026, 9:02 a.m. UTC
Remove customization of ${S} as package name has restored to wxpython-${PV}.

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
---
 .../{python3-wxgtk4_4.2.4.bb => python3-wxgtk4_4.2.5.bb}      | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python3-wxgtk4/{python3-wxgtk4_4.2.4.bb => python3-wxgtk4_4.2.5.bb} (90%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.5.bb
similarity index 90%
rename from meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb
rename to meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.5.bb
index 2899f6909e..857d8e46fa 100644
--- a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb
+++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.5.bb
@@ -16,12 +16,10 @@  SRC_URI += "file://add-back-option-build-base.patch \
            file://not-overwrite-cflags-cxxflags.patch \
            file://0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch \
            "
-SRC_URI[sha256sum] = "2eb123979c87bcb329e8a2452269d60ff8f9f651e9bf25c67579e53c4ebbae3c"
+SRC_URI[sha256sum] = "44e836d1bccd99c38790bb034b6ecf70d9060f6734320560f7c4b0d006144793"
 
 inherit pypi setuptools3 cython pkgconfig features_check
 
-S = "${UNPACKDIR}/wxPython-${PV}"
-
 REQUIRED_DISTRO_FEATURES = "x11"
 
 export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --baselib=${baselib}'"