mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-wxgtk4: Upgrade to 4.2.4
inherit cython to not rebuild _nanosvg.c Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e4003aed55
commit
20c00a5b19
|
|
@ -8,7 +8,7 @@ DEPENDS = "python3-attrdict3-native python3-six-native wxwidgets-native \
|
|||
python3-requests-native wxwidgets \
|
||||
"
|
||||
|
||||
PYPI_PACKAGE = "wxPython"
|
||||
PYPI_PACKAGE = "wxpython"
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
|
||||
SRC_URI += "file://add-back-option-build-base.patch \
|
||||
|
|
@ -16,12 +16,12 @@ 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] = "20d6e0c927e27ced85643719bd63e9f7fd501df6e9a8aab1489b039897fd7c01"
|
||||
SRC_URI[sha256sum] = "2eb123979c87bcb329e8a2452269d60ff8f9f651e9bf25c67579e53c4ebbae3c"
|
||||
|
||||
inherit pypi setuptools3 cython pkgconfig features_check
|
||||
|
||||
S = "${UNPACKDIR}/wxPython-${PV}"
|
||||
|
||||
inherit pypi setuptools3 pkgconfig features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --baselib=${baselib}'"
|
||||
|
|
@ -37,4 +37,4 @@ RDEPENDS:${PN} = "\
|
|||
python3-six \
|
||||
python3-xml \
|
||||
python3-cairocffi \
|
||||
"
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user