diff options
| author | Kai Kang <kai.kang@windriver.com> | 2022-05-16 09:31:11 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-15 22:27:38 -0700 |
| commit | 8246a9cef2956c66772b23f00d3feedec43ab1f7 (patch) | |
| tree | 2ad93465249f353eefeb2f599ef7b9b93b09788a /meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb | |
| parent | db38de070b33cb046a317ac3bd74727eebe6d1f8 (diff) | |
| download | meta-openembedded-8246a9cef2956c66772b23f00d3feedec43ab1f7.tar.gz | |
python3-wxgtk4: backport patch to fix svg issue
Backport patch to fix import svg issue:
| $ python3 -c 'from wx.svg import SVGimage'
|
| ImportError: /usr/lib64/python3.10/site-packages/wx/svg/_nanosvg.cpython-310-x86_64-linux-gnu.so:
undefined symbol: _PyGen_Send
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb index 6ec92c2cec..4d739b86f7 100644 --- a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb +++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb | |||
| @@ -11,6 +11,7 @@ PYPI_PACKAGE = "wxPython" | |||
| 11 | SRC_URI += "file://add-back-option-build-base.patch \ | 11 | SRC_URI += "file://add-back-option-build-base.patch \ |
| 12 | file://wxgtk-fixup-build-scripts.patch \ | 12 | file://wxgtk-fixup-build-scripts.patch \ |
| 13 | file://sip-fix-override-functions.patch \ | 13 | file://sip-fix-override-functions.patch \ |
| 14 | file://0001-Update-Cython-version-to-fix-NanoSVG-issues-with-Pyt.patch \ | ||
| 14 | " | 15 | " |
| 15 | SRC_URI[sha256sum] = "00e5e3180ac7f2852f342ad341d57c44e7e4326de0b550b9a5c4a8361b6c3528" | 16 | SRC_URI[sha256sum] = "00e5e3180ac7f2852f342ad341d57c44e7e4326de0b550b9a5c4a8361b6c3528" |
| 16 | 17 | ||
