summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb2
-rw-r--r--meta-oe/recipes-extended/wxwidgets/wxwidgets/0002-fix-libdir-for-multilib.patch25
-rw-r--r--meta-oe/recipes-extended/wxwidgets/wxwidgets/0003-create-links-with-relative-path.patch15
-rw-r--r--meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.8.1.bb (renamed from meta-oe/recipes-extended/wxwidgets/wxwidgets_3.3.1.bb)6
-rw-r--r--meta-oe/recipes-gnome/gtk+/gtkmm4_4.20.0.bb (renamed from meta-oe/recipes-gnome/gtk+/gtkmm4_4.14.0.bb)8
-rw-r--r--meta-python/recipes-devtools/python/python3-django_4.2.26.bb (renamed from meta-python/recipes-devtools/python/python3-django_4.2.25.bb)4
-rw-r--r--meta-python/recipes-devtools/python/python3-django_5.2.8.bb (renamed from meta-python/recipes-devtools/python/python3-django_5.2.7.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-picked/0001-adjust-failing-tests-to-capture-only-ptest-output.patch3
-rw-r--r--meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb (renamed from meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.3.bb)10
9 files changed, 36 insertions, 39 deletions
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb b/meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb
index 0e51289507..e7cb29289d 100644
--- a/meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb
+++ b/meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb
@@ -28,7 +28,7 @@ SRCREV_lss = "9719c1e1e676814c456b55f5f070eabad6709d31"
28 28
29SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main;protocol=https \ 29SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main;protocol=https \
30 git://github.com/google/googletest.git;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/testing/gtest;name=gtest;branch=main;protocol=https \ 30 git://github.com/google/googletest.git;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/testing/gtest;name=gtest;branch=main;protocol=https \
31 git://github.com/protocolbuffers/protobuf.git;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/third_party/protobuf/protobuf;name=protobuf;branch=master;protocol=https \ 31 git://github.com/protocolbuffers/protobuf.git;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/third_party/protobuf/protobuf;name=protobuf;branch=main;protocol=https \
32 git://chromium.googlesource.com/linux-syscall-support;protocol=https;branch=main;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/third_party/lss;name=lss \ 32 git://chromium.googlesource.com/linux-syscall-support;protocol=https;branch=main;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/third_party/lss;name=lss \
33 file://0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch \ 33 file://0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch \
34 file://0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch \ 34 file://0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch \
diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets/0002-fix-libdir-for-multilib.patch b/meta-oe/recipes-extended/wxwidgets/wxwidgets/0002-fix-libdir-for-multilib.patch
index bc6c4e6f54..cd0417612f 100644
--- a/meta-oe/recipes-extended/wxwidgets/wxwidgets/0002-fix-libdir-for-multilib.patch
+++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets/0002-fix-libdir-for-multilib.patch
@@ -15,9 +15,6 @@ Rebase for wxWidgets 3.2.1. Replace wxPLATFORM_LIB_DIR with LIB_SUFFIX
15in this patch that LIB_SUFFIX has been passed to cmake in cmake.bbclass. 15in this patch that LIB_SUFFIX has been passed to cmake in cmake.bbclass.
16 16
17Signed-off-by: Kai Kang <kai.kang@windriver.com> 17Signed-off-by: Kai Kang <kai.kang@windriver.com>
18
19Update for 3.3.1
20Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
21--- 18---
22 CMakeLists.txt | 2 +- 19 CMakeLists.txt | 2 +-
23 build/cmake/config.cmake | 2 +- 20 build/cmake/config.cmake | 2 +-
@@ -26,7 +23,7 @@ Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
26 4 files changed, 9 insertions(+), 9 deletions(-) 23 4 files changed, 9 insertions(+), 9 deletions(-)
27 24
28diff --git a/CMakeLists.txt b/CMakeLists.txt 25diff --git a/CMakeLists.txt b/CMakeLists.txt
29index 6112fb7fac..42c0430598 100644 26index d6a4b49..9e86b87 100644
30--- a/CMakeLists.txt 27--- a/CMakeLists.txt
31+++ b/CMakeLists.txt 28+++ b/CMakeLists.txt
32@@ -43,7 +43,7 @@ include(build/cmake/policies.cmake NO_POLICY_SCOPE) 29@@ -43,7 +43,7 @@ include(build/cmake/policies.cmake NO_POLICY_SCOPE)
@@ -39,7 +36,7 @@ index 6112fb7fac..42c0430598 100644
39 # parse the version number from wx/version.h and include in wxMAJOR_VERSION and wxMINOR_VERSION 36 # parse the version number from wx/version.h and include in wxMAJOR_VERSION and wxMINOR_VERSION
40 file(READ "${wxSOURCE_DIR}/include/wx/version.h" WX_VERSION_H_CONTENTS) 37 file(READ "${wxSOURCE_DIR}/include/wx/version.h" WX_VERSION_H_CONTENTS)
41diff --git a/build/cmake/config.cmake b/build/cmake/config.cmake 38diff --git a/build/cmake/config.cmake b/build/cmake/config.cmake
42index fe6c0f84c7..6845aacbe0 100644 39index addd8d6..9ec6775 100644
43--- a/build/cmake/config.cmake 40--- a/build/cmake/config.cmake
44+++ b/build/cmake/config.cmake 41+++ b/build/cmake/config.cmake
45@@ -100,7 +100,7 @@ function(wx_write_config_inplace) 42@@ -100,7 +100,7 @@ function(wx_write_config_inplace)
@@ -52,10 +49,10 @@ index fe6c0f84c7..6845aacbe0 100644
52 ) 49 )
53 endfunction() 50 endfunction()
54diff --git a/build/cmake/install.cmake b/build/cmake/install.cmake 51diff --git a/build/cmake/install.cmake b/build/cmake/install.cmake
55index a373983043..225a112ca5 100644 52index 202d054..e255e0b 100644
56--- a/build/cmake/install.cmake 53--- a/build/cmake/install.cmake
57+++ b/build/cmake/install.cmake 54+++ b/build/cmake/install.cmake
58@@ -51,11 +51,11 @@ if(WIN32_MSVC_NAMING) 55@@ -44,11 +44,11 @@ if(WIN32_MSVC_NAMING)
59 else() 56 else()
60 install( 57 install(
61 DIRECTORY "${wxSETUP_HEADER_PATH}" 58 DIRECTORY "${wxSETUP_HEADER_PATH}"
@@ -69,12 +66,12 @@ index a373983043..225a112ca5 100644
69 PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ 66 PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
70 GROUP_EXECUTE GROUP_READ 67 GROUP_EXECUTE GROUP_READ
71 WORLD_EXECUTE WORLD_READ 68 WORLD_EXECUTE WORLD_READ
72@@ -64,13 +64,13 @@ else() 69@@ -57,13 +57,13 @@ else()
73 install(DIRECTORY DESTINATION "bin") 70 install(DIRECTORY DESTINATION "bin")
74 install(CODE "execute_process( \ 71 install(CODE "execute_process( \
75 COMMAND ${CMAKE_COMMAND} -E create_symlink \ 72 COMMAND ${CMAKE_COMMAND} -E create_symlink \
76- \"\$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/wx/config/${wxBUILD_FILE_ID}\" \ 73- \"${CMAKE_INSTALL_PREFIX}/lib/wx/config/${wxBUILD_FILE_ID}\" \
77+ \"\$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/wx/config/${wxBUILD_FILE_ID}\" \ 74+ \"${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/wx/config/${wxBUILD_FILE_ID}\" \
78 \"\$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/wx-config\" \ 75 \"\$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/wx-config\" \
79 )" 76 )"
80 ) 77 )
@@ -85,7 +82,7 @@ index a373983043..225a112ca5 100644
85 82
86 # find_package config file 83 # find_package config file
87 include(CMakePackageConfigHelpers) 84 include(CMakePackageConfigHelpers)
88@@ -93,11 +93,11 @@ write_basic_package_version_file( 85@@ -86,11 +86,11 @@ write_basic_package_version_file(
89 configure_package_config_file( 86 configure_package_config_file(
90 "${wxSOURCE_DIR}/build/cmake/wxWidgetsConfig.cmake.in" 87 "${wxSOURCE_DIR}/build/cmake/wxWidgetsConfig.cmake.in"
91 "${projectConfig}" 88 "${projectConfig}"
@@ -100,10 +97,10 @@ index a373983043..225a112ca5 100644
100 97
101 # uninstall target 98 # uninstall target
102diff --git a/build/cmake/lib/webview/CMakeLists.txt b/build/cmake/lib/webview/CMakeLists.txt 99diff --git a/build/cmake/lib/webview/CMakeLists.txt b/build/cmake/lib/webview/CMakeLists.txt
103index 84ba0351d7..e68ab16d1b 100644 100index 2cb35e7..7977a84 100644
104--- a/build/cmake/lib/webview/CMakeLists.txt 101--- a/build/cmake/lib/webview/CMakeLists.txt
105+++ b/build/cmake/lib/webview/CMakeLists.txt 102+++ b/build/cmake/lib/webview/CMakeLists.txt
106@@ -153,7 +153,7 @@ if(WXGTK AND wxUSE_WEBVIEW_WEBKIT2) 103@@ -146,7 +146,7 @@ if(WXGTK AND wxUSE_WEBVIEW_WEBKIT2)
107 ${WEBKIT2_LIBRARIES} 104 ${WEBKIT2_LIBRARIES}
108 ) 105 )
109 106
@@ -113,5 +110,5 @@ index 84ba0351d7..e68ab16d1b 100644
113 wx_add_dependencies(wxwebview wxwebkit2_ext) 110 wx_add_dependencies(wxwebview wxwebkit2_ext)
114 endif() 111 endif()
115-- 112--
1162.43.0 1132.49.0
117 114
diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets/0003-create-links-with-relative-path.patch b/meta-oe/recipes-extended/wxwidgets/wxwidgets/0003-create-links-with-relative-path.patch
index f0d22ec56d..dbede0304f 100644
--- a/meta-oe/recipes-extended/wxwidgets/wxwidgets/0003-create-links-with-relative-path.patch
+++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets/0003-create-links-with-relative-path.patch
@@ -24,40 +24,37 @@ Create symlink with relative path to fix the issues.
24Upstream-Status: Pending 24Upstream-Status: Pending
25 25
26Signed-off-by: Kai Kang <kai.kang@windriver.com> 26Signed-off-by: Kai Kang <kai.kang@windriver.com>
27
28Update for 3.3.1.
29Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
30--- 27---
31 build/cmake/install.cmake | 2 +- 28 build/cmake/install.cmake | 2 +-
32 build/cmake/utils/CMakeLists.txt | 2 +- 29 build/cmake/utils/CMakeLists.txt | 2 +-
33 2 files changed, 2 insertions(+), 2 deletions(-) 30 2 files changed, 2 insertions(+), 2 deletions(-)
34 31
35diff --git a/build/cmake/install.cmake b/build/cmake/install.cmake 32diff --git a/build/cmake/install.cmake b/build/cmake/install.cmake
36index 5a54fcb895..1dcd1b2886 100644 33index d3303faabb..c79e187f37 100644
37--- a/build/cmake/install.cmake 34--- a/build/cmake/install.cmake
38+++ b/build/cmake/install.cmake 35+++ b/build/cmake/install.cmake
39@@ -64,7 +64,7 @@ else() 36@@ -42,7 +42,7 @@ else()
40 install(DIRECTORY DESTINATION "bin") 37 install(DIRECTORY DESTINATION "bin")
41 install(CODE "execute_process( \ 38 install(CODE "execute_process( \
42 COMMAND ${CMAKE_COMMAND} -E create_symlink \ 39 COMMAND ${CMAKE_COMMAND} -E create_symlink \
43- \"\$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/wx/config/${wxBUILD_FILE_ID}\" \ 40- \"${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/wx/config/${wxBUILD_FILE_ID}\" \
44+ \"../lib${LIB_SUFFIX}/wx/config/${wxBUILD_FILE_ID}\" \ 41+ \"../lib${LIB_SUFFIX}/wx/config/${wxBUILD_FILE_ID}\" \
45 \"\$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/wx-config\" \ 42 \"\$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/wx-config\" \
46 )" 43 )"
47 ) 44 )
48diff --git a/build/cmake/utils/CMakeLists.txt b/build/cmake/utils/CMakeLists.txt 45diff --git a/build/cmake/utils/CMakeLists.txt b/build/cmake/utils/CMakeLists.txt
49index 15f4339ef9..1dbc3261d3 100644 46index dbed8cc9b3..1dbc3261d3 100644
50--- a/build/cmake/utils/CMakeLists.txt 47--- a/build/cmake/utils/CMakeLists.txt
51+++ b/build/cmake/utils/CMakeLists.txt 48+++ b/build/cmake/utils/CMakeLists.txt
52@@ -40,7 +40,7 @@ if(wxUSE_XRC) 49@@ -40,7 +40,7 @@ if(wxUSE_XRC)
53 # Don't use wx_install() here to preserve escaping. 50 # Don't use wx_install() here to preserve escaping.
54 install(CODE "execute_process( \ 51 install(CODE "execute_process( \
55 COMMAND ${CMAKE_COMMAND} -E create_symlink \ 52 COMMAND ${CMAKE_COMMAND} -E create_symlink \
56- \"\$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/${wxrc_output_name}${EXE_SUFFIX}\" \ 53- \"${CMAKE_INSTALL_PREFIX}/bin/${wxrc_output_name}${EXE_SUFFIX}\" \
57+ \"./${wxrc_output_name}${EXE_SUFFIX}\" \ 54+ \"./${wxrc_output_name}${EXE_SUFFIX}\" \
58 \"\$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/wxrc${EXE_SUFFIX}\" \ 55 \"\$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/wxrc${EXE_SUFFIX}\" \
59 )" 56 )"
60 ) 57 )
61-- 58--
622.43.0 592.25.1
63 60
diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.3.1.bb b/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.8.1.bb
index 8e5c3e60c6..e9929a0d71 100644
--- a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.3.1.bb
+++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.8.1.bb
@@ -18,7 +18,7 @@ DEPENDS += " \
18 tiff \ 18 tiff \
19" 19"
20 20
21SRC_URI = "gitsm://github.com/wxWidgets/wxWidgets.git;branch=master;protocol=https;tag=v${PV} \ 21SRC_URI = "gitsm://github.com/wxWidgets/wxWidgets.git;branch=3.2;protocol=https;tag=v${PV} \
22 file://0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch \ 22 file://0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch \
23 file://0002-fix-libdir-for-multilib.patch \ 23 file://0002-fix-libdir-for-multilib.patch \
24 file://0003-create-links-with-relative-path.patch \ 24 file://0003-create-links-with-relative-path.patch \
@@ -27,7 +27,7 @@ SRC_URI = "gitsm://github.com/wxWidgets/wxWidgets.git;branch=master;protocol=htt
27 file://0006-Fix-locale-on-musl.patch \ 27 file://0006-Fix-locale-on-musl.patch \
28 file://0007-Set-HAVE_LARGEFILE_SUPPORT-to-1-explicitly.patch \ 28 file://0007-Set-HAVE_LARGEFILE_SUPPORT-to-1-explicitly.patch \
29 " 29 "
30SRCREV = "49c6810948f40c457e3d0848b9111627b5b61de5" 30SRCREV = "896e4f587615b832ce27b8325357cb504997e1d3"
31 31
32UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 32UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
33 33
@@ -110,7 +110,7 @@ do_install:append() {
110 # fix host contamination 110 # fix host contamination
111 sed -i -e "s#${STAGING_DIR_NATIVE}##g" \ 111 sed -i -e "s#${STAGING_DIR_NATIVE}##g" \
112 -e "s#${STAGING_DIR_TARGET}##g" \ 112 -e "s#${STAGING_DIR_TARGET}##g" \
113 ${D}${libdir}/wx/config/*-unicode-3.3 \ 113 ${D}${libdir}/wx/config/*-unicode-3.2 \
114 ${D}${libdir}/cmake/wxWidgets/wxWidgetsTargets.cmake 114 ${D}${libdir}/cmake/wxWidgets/wxWidgetsTargets.cmake
115} 115}
116 116
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm4_4.14.0.bb b/meta-oe/recipes-gnome/gtk+/gtkmm4_4.20.0.bb
index d3a01e444c..439ab800f8 100644
--- a/meta-oe/recipes-gnome/gtk+/gtkmm4_4.14.0.bb
+++ b/meta-oe/recipes-gnome/gtk+/gtkmm4_4.20.0.bb
@@ -3,8 +3,10 @@ HOMEPAGE = "http://www.gtkmm.org/"
3SECTION = "libs" 3SECTION = "libs"
4 4
5LICENSE = "LGPL-2.1-only & GPL-2.0-only" 5LICENSE = "LGPL-2.1-only & GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ 6LIC_FILES_CHKSUM = " \
7 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" 7 file://COPYING;md5=4bf661c1e3793e55c8d1051bc5e0ae21 \
8 file://COPYING.tools;md5=570a9b3749dd0463a1778803b12a6dce \
9"
8 10
9DEPENDS = "glib-2.0-native atkmm pangomm-2.48 glibmm gtk4 cairomm-1.16 gdk-pixbuf-native" 11DEPENDS = "glib-2.0-native atkmm pangomm-2.48 glibmm gtk4 cairomm-1.16 gdk-pixbuf-native"
10 12
@@ -14,7 +16,7 @@ inherit gnomebase features_check
14 16
15REQUIRED_DISTRO_FEATURES = "opengl x11" 17REQUIRED_DISTRO_FEATURES = "opengl x11"
16 18
17SRC_URI[archive.sha256sum] = "9350a0444b744ca3dc69586ebd1b6707520922b6d9f4f232103ce603a271ecda" 19SRC_URI[archive.sha256sum] = "daad9bf9b70f90975f91781fc7a656c923a91374261f576c883cd3aebd59c833"
18 20
19EXTRA_OEMESON = "-Dbuild-demos=false" 21EXTRA_OEMESON = "-Dbuild-demos=false"
20 22
diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.25.bb b/meta-python/recipes-devtools/python/python3-django_4.2.26.bb
index 861f7747d2..ea790e4b7f 100644
--- a/meta-python/recipes-devtools/python/python3-django_4.2.25.bb
+++ b/meta-python/recipes-devtools/python/python3-django_4.2.26.bb
@@ -1,7 +1,7 @@
1require python3-django.inc 1require python3-django.inc
2inherit python_setuptools_build_meta 2inherit python_setuptools_build_meta
3 3
4SRC_URI[sha256sum] = "2391ab3d78191caaae2c963c19fd70b99e9751008da22a0adcc667c5a4f8d311" 4SRC_URI[sha256sum] = "9398e487bcb55e3f142cb56d19fbd9a83e15bb03a97edc31f408361ee76d9d7a"
5 5
6RDEPENDS:${PN} += "\ 6RDEPENDS:${PN} += "\
7 python3-sqlparse \ 7 python3-sqlparse \
@@ -9,6 +9,6 @@ RDEPENDS:${PN} += "\
9" 9"
10 10
11# Set DEFAULT_PREFERENCE so that the LTS version of django is built by 11# Set DEFAULT_PREFERENCE so that the LTS version of django is built by
12# default. To build the 4.x branch, 12# default. To build the 4.x branch,
13# PREFERRED_VERSION_python3-django = "4.2.%" can be added to local.conf 13# PREFERRED_VERSION_python3-django = "4.2.%" can be added to local.conf
14DEFAULT_PREFERENCE = "-1" 14DEFAULT_PREFERENCE = "-1"
diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.7.bb b/meta-python/recipes-devtools/python/python3-django_5.2.8.bb
index a0589d9916..f205b5b247 100644
--- a/meta-python/recipes-devtools/python/python3-django_5.2.7.bb
+++ b/meta-python/recipes-devtools/python/python3-django_5.2.8.bb
@@ -1,7 +1,7 @@
1require python3-django.inc 1require python3-django.inc
2inherit python_setuptools_build_meta 2inherit python_setuptools_build_meta
3 3
4SRC_URI[sha256sum] = "e0f6f12e2551b1716a95a63a1366ca91bbcd7be059862c1b18f989b1da356cdd" 4SRC_URI[sha256sum] = "23254866a5bb9a2cfa6004e8b809ec6246eba4b58a7589bc2772f1bcc8456c7f"
5 5
6RDEPENDS:${PN} += "\ 6RDEPENDS:${PN} += "\
7 python3-sqlparse \ 7 python3-sqlparse \
diff --git a/meta-python/recipes-devtools/python/python3-pytest-picked/0001-adjust-failing-tests-to-capture-only-ptest-output.patch b/meta-python/recipes-devtools/python/python3-pytest-picked/0001-adjust-failing-tests-to-capture-only-ptest-output.patch
index dfb50ace75..b4d7794e47 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-picked/0001-adjust-failing-tests-to-capture-only-ptest-output.patch
+++ b/meta-python/recipes-devtools/python/python3-pytest-picked/0001-adjust-failing-tests-to-capture-only-ptest-output.patch
@@ -5,7 +5,8 @@ Subject: [PATCH] adjust failing tests to capture only ptest output
5 5
6The tests should only check for warnings emitted by the plugin itself, 6The tests should only check for warnings emitted by the plugin itself,
7not for any other warnings that may be emitted by other plugins or pytest 7not for any other warnings that may be emitted by other plugins or pytest
8itself. 8itself. This behavior is caused by the fact that pytest might throw some deprecation warnings
9or other warnings that are unrelated to the plugin being tested.
9 10
10Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> 11Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
11Upstream-Status: Inappropriate [OE specific] 12Upstream-Status: Inappropriate [OE specific]
diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.3.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb
index 35bbd3ffc2..2899f6909e 100644
--- a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.3.bb
+++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb
@@ -8,7 +8,7 @@ DEPENDS = "python3-attrdict3-native python3-six-native wxwidgets-native \
8 python3-requests-native wxwidgets \ 8 python3-requests-native wxwidgets \
9 " 9 "
10 10
11PYPI_PACKAGE = "wxPython" 11PYPI_PACKAGE = "wxpython"
12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
13 13
14SRC_URI += "file://add-back-option-build-base.patch \ 14SRC_URI += "file://add-back-option-build-base.patch \
@@ -16,11 +16,11 @@ SRC_URI += "file://add-back-option-build-base.patch \
16 file://not-overwrite-cflags-cxxflags.patch \ 16 file://not-overwrite-cflags-cxxflags.patch \
17 file://0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch \ 17 file://0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch \
18 " 18 "
19SRC_URI[sha256sum] = "20d6e0c927e27ced85643719bd63e9f7fd501df6e9a8aab1489b039897fd7c01" 19SRC_URI[sha256sum] = "2eb123979c87bcb329e8a2452269d60ff8f9f651e9bf25c67579e53c4ebbae3c"
20 20
21S = "${UNPACKDIR}/wxPython-${PV}" 21inherit pypi setuptools3 cython pkgconfig features_check
22 22
23inherit pypi setuptools3 pkgconfig features_check 23S = "${UNPACKDIR}/wxPython-${PV}"
24 24
25REQUIRED_DISTRO_FEATURES = "x11" 25REQUIRED_DISTRO_FEATURES = "x11"
26 26
@@ -37,4 +37,4 @@ RDEPENDS:${PN} = "\
37 python3-six \ 37 python3-six \
38 python3-xml \ 38 python3-xml \
39 python3-cairocffi \ 39 python3-cairocffi \
40" 40"