python3-wxgtk4: update 4.2.1 -> 4.2.2

This addresses python 3.13 issues.

License-Update: added bsd-2-clause to LICENSE.txt

Drop 0001-sip-Fix-build-with-gcc-14.patch as already fixed upstream.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alexander Kanavin
2024-10-16 21:35:04 +02:00
committed by Khem Raj
parent 0b3f4ed292
commit a01270e642
6 changed files with 28 additions and 50 deletions

View File

@@ -1,4 +1,8 @@
Not overwrite CFLAGS and CXXFLAGS. It also avoid buildpaths qa issue:
From 05189dc7063a7c238e38589cbaf92be256270e54 Mon Sep 17 00:00:00 2001
From: Kai Kang <kai.kang@windriver.com>
Date: Wed, 23 Nov 2022 13:40:00 +0800
Subject: [PATCH] Not overwrite CFLAGS and CXXFLAGS. It also avoid buildpaths
qa issue:
WARNING: python3-wxgtk4-4.2.0-r0 do_package_qa: QA Issue: File
/usr/lib64/python3.11/site-packages/wx/.debug/_xml.cpython-311-aarch64-linux-gnu.so
@@ -12,10 +16,10 @@ Signed-off-by: Kai Kang <kai.kang@windriver.com>
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wscript b/wscript
index 067b307..50d96d1 100644
index 79bdf3e1..d6244d5e 100644
--- a/wscript
+++ b/wscript
@@ -195,8 +195,8 @@ def configure(conf):
@@ -188,8 +188,8 @@ def configure(conf):
cfg.finishSetup(conf.env.wx_config, conf.env.debug,
'mingw32' if isWindows and not conf.env.use_msvc else None)