Re: [oe] [meta-gnome][PATCH] gegl: update 0.4.52 -> 0.4.54

2025-02-12 Thread Markus Volk
On Tue, Feb 11 2025 at 22:24:44 -08:00:00, Khem Raj via lists.openembedded.org wrote: this patch is not captured by lore and I do get strange value in author field of the patch when I grab it from mail and OE git refuses to accept '=' in author email address. Please check your mail agent some

[oe] [meta-oe] ttf-takao: update SRC_URI

2025-02-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Upstream repository url changed. Fixes unsuccessful fetch warning. Signed-off-by: Wang Mingyu --- meta-oe/recipes-graphics/ttf-fonts/ttf-takao_003.03.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-takao_003.03

[oe] [meta-oe] [PATCH] zabbix: upgrade 6.2.7 -> 6.4.21

2025-02-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-initialize-msghdr-portably.patch removed since it's included in 6.4.21 releasenote: https://www.zabbix.com/rn/rn6.4.21 Signed-off-by: Wang Mingyu --- .../0001-initialize-msghdr-portably.patch | 52 --- .../{zabbix_6.2.7.bb => zabbix_6.4.21.bb} |

[oe] [meta-networking] rp-pppoe: update SRC_URI

2025-02-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Upstream repository url changed. Fixes unsuccessful fetch warning. Signed-off-by: Wang Mingyu --- meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-ppp

Re: [oe] [meta-gnome] [PATCH 17/66] msgraph: upgrade 0.2.3 -> 0.3.3

2025-02-12 Thread Alexander Kanavin via lists.openembedded.org
New gnome releases usually clash with yocto feature freeze. There’s enough to deal with already so they’re deferred to after that. Alex On Wed 12. Feb 2025 at 17.25, Markus Volk via lists.openembedded.org wrote: > On Mo, Feb 10 2025 at 17:00:46 +08:00:00, wangmy via > lists.openembedded.org w

Re: [oe] [meta-gnome] [PATCH 17/66] msgraph: upgrade 0.2.3 -> 0.3.3

2025-02-12 Thread Khem Raj via lists.openembedded.org
On Wed, Feb 12, 2025 at 8:25 AM Markus Volk wrote: > On Mo, Feb 10 2025 at 17:00:46 +08:00:00, wangmy via > lists.openembedded.org wrote: > > msgraph > > > The msgraph update breaks gvfs: > | Run-time dependency msgraph-0.1 found: NO (tried pkgconfig) > | > | ../gvfs-1.56.1/meson.build:434:16: E

Re: [oe] [meta-gnome] [PATCH 17/66] msgraph: upgrade 0.2.3 -> 0.3.3

2025-02-12 Thread Markus Volk
On Mo, Feb 10 2025 at 17:00:46 +08:00:00, wangmy via lists.openembedded.org wrote: msgraph The msgraph update breaks gvfs: | Run-time dependency msgraph-0.1 found: NO (tried pkgconfig) | | ../gvfs-1.56.1/meson.build:434:16: ERROR: Dependency "msgraph-0.1" not found, tried pkgconfig gvfs 1.

[oe] [meta-python][PATCH 4/4] python3-pylint: Upgrade 3.3.3 -> 3.3.4

2025-02-12 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 3.3.4: - Fixes "skipped files" count calculation; the previous method was displaying an arbitrary number. - Fixes a crash that occurred when pylint was run in a container on a host with cgroupsv2 and restrictions on CPU usage. - Relaxed the requirements for isort so pylint c

[oe] [meta-python][PATCH 1/4] python3-pydantic: Upgrade 2.10.5 -> 2.10.6

2025-02-12 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 2.10.6: - Fix JSON Schema reference collection with 'examples' keys - Fix url python serialization Signed-off-by: Leon Anavi --- .../{python3-pydantic_2.10.5.bb => python3-pydantic_2.10.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-d

[oe] [meta-python][PATCH 3/4] python3-whitenoise: Upgrade 6.8.2 -> 6.9.0

2025-02-12 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 6.9.0: - Support Django 5.2. Signed-off-by: Leon Anavi --- ...{python3-whitenoise_6.8.2.bb => python3-whitenoise_6.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-whitenoise_6.8.2.bb => python3-whitenoise_6.9

[oe] [meta-python][PATCH 2/4] python3-git-pw: Upgrade 2.7.0 -> 2.7.1

2025-02-12 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 2.7.1: - Don't decode error response bodies Signed-off-by: Leon Anavi --- .../python/{python3-git-pw_2.7.0.bb => python3-git-pw_2.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-git-pw_2.7.0.bb => python3-git

Re: [oe] [meta-oe][PATCH] systemd-netlogd: new recipe

2025-02-12 Thread Khem Raj via lists.openembedded.org
On Wed, Feb 12, 2025 at 12:18 AM Rasmus Villemoes wrote: > On Mon, Feb 10 2025, Khem Raj wrote: > > > Thanks for your contribution, since this recipe depends on systemd, it > > would make it specific to that being in distro features so it can be > > safely ignored on > > non-systemd distros. > >

[oe] [meta-oe] wireshark: upgrade 4.2.9 -> 4.2.10

2025-02-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu releasenote: https://www.wireshark.org/docs/relnotes/wireshark-4.2.10.html Signed-off-by: Wang Mingyu --- .../wireshark/{wireshark_4.2.9.bb => wireshark_4.2.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/wireshark/{w

Re: [oe] [meta-oe][PATCH] systemd-netlogd: new recipe

2025-02-12 Thread Rasmus Villemoes via lists.openembedded.org
On Mon, Feb 10 2025, Khem Raj wrote: > Thanks for your contribution, since this recipe depends on systemd, it > would make it specific to that being in distro features so it can be > safely ignored on > non-systemd distros. > IIUC, you're asking me to add REQUIRED_DISTRO_FEATURES = "systemd" t