python3-wxgtk4: upgrade 4.2.4 -> 4.2.5

Remove customization of ${S} as package name has restored to wxpython-${PV}.

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Liu Yiding 2026-02-28 17:02:00 +08:00 committed by Khem Raj
parent 550fec593a
commit 012b5306a2
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -16,12 +16,10 @@ SRC_URI += "file://add-back-option-build-base.patch \
file://not-overwrite-cflags-cxxflags.patch \ file://not-overwrite-cflags-cxxflags.patch \
file://0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.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 inherit pypi setuptools3 cython pkgconfig features_check
S = "${UNPACKDIR}/wxPython-${PV}"
REQUIRED_DISTRO_FEATURES = "x11" REQUIRED_DISTRO_FEATURES = "x11"
export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --baselib=${baselib}'" export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --baselib=${baselib}'"