[oe] [meta-gnome][PATCH] gnome-calculator: update 46.0 -> 46.1

2024-05-09 Thread Markus Volk
Signed-off-by: Markus Volk --- .../{gnome-calculator_46.0.bb => gnome-calculator_46.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-calculator/{gnome-calculator_46.0.bb => gnome-calculator_46.1.bb} (88%) diff --git a/meta-gnome/recipes-gno

[oe] [meta-gnome][PATCH] gnome-software: update 46.0 -> 46.1

2024-05-09 Thread Markus Volk
Version 46.1 Released: 2024-04-25 This is a stable release with the following changes: * Fix a crash when updating apps when built with Mogwai * Fix a crash when installing flatpak application * Correct desktop/mobile hardware support detection * Correct state of Fedora upgrade *

[oe] [meta-oe][PATCH 2/2] flatpak;xdg-desktop-portal: add missing runtime dependency on fuse3-utils

2024-05-09 Thread Markus Volk
Signed-off-by: Markus Volk --- meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb | 1 + .../xdg-desktop-portal/xdg-desktop-portal_1.18.4.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb b/meta-oe

[oe] [meta-oe][PATCH 1/2] fuse3: move from meta-filesystems to meta-oe

2024-05-09 Thread Markus Volk
Technically flatpak and xdg-desktop-portal have a runtime dependency on fuse3-utils. I was worried that adding it might cause problems with CI since fuse3 is not included in meta-oe. Given that both packages also require fuse3 at buildtime it could be a good idea to move fuse3 to avoid a meta-fil

[oe] [meta-oe][PATCH 1/4] flatpak: update 1.15.6 -> 1.15.8

2024-05-09 Thread Markus Volk
- remove included patches - set path for fusermount3 to avoid requirement for fuse3-native. This is needed since: https://github.com/flatpak/flatpak/commit/2cb17b4eb82ecedaa98b5b7f954cf3e52fa95682 Changes in 1.15.8 ~ Security fixes: * Don't allow an executable name to be mis

[oe] [meta-oe][PATCH 2/4] xdg-desktop-portal: update 1.18.1 -> 1.18.4

2024-05-09 Thread Markus Volk
Changes in 1.18.4 = Released: 2024-04-18 - Don't allow commandline arrays when the first commandline item starts with whitespace or hyphen. (CVE-2024-32462) - Do not store device access permission if it returned an error. - Fix crash with config files without a default backend se

[oe] [meta-oe][PATCH 4/4] fluentbit: Upgrade to 1.9.9

2024-05-09 Thread Khem Raj
Disable incompatible-pointer-types warning as error to fix build with gcc-14 Signed-off-by: Khem Raj --- ...xt-Do-not-use-private-makefile-target.patch | 18 ++ .../{fluentbit_1.9.7.bb => fluentbit_1.9.9.bb} | 5 - 2 files changed, 10 insertions(+), 13 deletions(-) rename m

[oe] [meta-oe][PATCH 3/4] gtk+: Disable incompatible-pointer-types warning as error

2024-05-09 Thread Khem Raj
Fixes build with GCC-14 which treats this warning as error by default Signed-off-by: Khem Raj --- meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb b/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb index 5eac64

[oe] [meta-oe][PATCH 1/4] fvwm: Fix build with gcc-14

2024-05-09 Thread Khem Raj
Fixes for C99 compatibility Signed-off-by: Khem Raj --- ...ot-require-support-for-implicit-ints.patch | 45 +++ ...-missing-unistd.h-to-AM_SAFETY_CHECK.patch | 32 + ...gure-Further-defang-the-Werror-check.patch | 35 +++ meta-oe/recipes-graphics/fvwm/fvwm

[oe] [meta-python][PATCH 2/4] python3-wxgtk4: Fix build with gcc-14

2024-05-09 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-sip-Fix-build-with-gcc-14.patch | 31 +++ .../python3-wxgtk4/python3-wxgtk4_4.2.1.bb| 1 + 2 files changed, 32 insertions(+) create mode 100644 meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/0001-sip-Fix-build-with-gcc-1

[oe] [meta-gnome][scarthgap][master][PATCH] gdm: add missing json-glib dependency

2024-05-09 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Fixes do_configure error: | Run-time dependency json-glib-1.0 found: NO (tried pkgconfig) | | ../gdm-46.0/meson.build:64:12: ERROR: Dependency "json-glib-1.0" not found, tried pkgconfig Signed-off-by: Peter Marko --- meta-gnome/recipes-gnome/gdm/gdm_46.0.bb | 1 + 1 file cha

Re: [oe] [meta-gnome][scarthgap][PATCH] gnome-shell: correct regression with glib-2.0 2.78.5

2024-05-09 Thread Peter Marko via lists.openembedded.org
This should be also applied to master. Peter -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#110298): https://lists.openembedded.org/g/openembedded-devel/message/110298 Mute This Topic: https://lists.openembedded.org/mt/106010198/21656 Group Owner:

[oe] [meta-gnome][scarthgap][PATCH] gnome-shell: correct regression with glib-2.0 2.78.5

2024-05-09 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Backport fix to work with new glib-2.0. Signed-off-by: Peter Marko --- ...orrect-expected-bus-name-for-streams.patch | 38 +++ .../gnome-shell/gnome-shell_46.1.bb | 1 + 2 files changed, 39 insertions(+) create mode 100644 meta-gnome/recipes-gnome

[oe] [meta-oe][PATCH] transmission: Upgrade to 4.0.5

2024-05-09 Thread Khem Raj
License-Update: Copyright Years updated Add missing MIT license,see COPYING file Switch to cmake build system as thats the new and only build system supported. Use gtk4 when selecting gtk knob, it can support gtk3 as well however, its not added as knob, if needed someone should send a patch Sig

[oe] [meta-oe][PATCH 2/2] freerdp3: Upgrade to 3.5.1 release

2024-05-09 Thread Khem Raj
Signed-off-by: Khem Raj --- .../freerdp/{freerdp3_3.4.0.bb => freerdp3_3.5.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/freerdp/{freerdp3_3.4.0.bb => freerdp3_3.5.1.bb} (98%) diff --git a/meta-oe/recipes-support/freerdp/freerdp3_3.4.0.bb

[oe] [meta-oe][PATCH 1/2] freerdp: Upgrade to 2.11.7

2024-05-09 Thread Khem Raj
Partially backport a fix to build with gcc-14 Signed-off-by: Khem Raj --- .../0001-Fixed-compilation-warnings.patch | 27 +++ .../{freerdp_2.11.2.bb => freerdp_2.11.7.bb} | 3 ++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-support/

[oe] [meta-oe][PATCH 2/2] xkbutils: upgrade 1.0.5 -> 1.0.6

2024-05-09 Thread Trevor Gamblin
In particular, make it build with gcc 14. License-Update: Remove "All rights reserved" from copyright line Changelog: 2939632 xkbutils 1.0.6 e2ee9c2 Change sprintf calls to use snprintf instead aa03a3b Remove uSetErrorFile() 5f875c8 xkbwatch: Fix -Wincompatible-pointer-types warning (Issue #2) 6

[oe] [meta-oe][PATCH 1/2] xlsfonts: upgrade 1.0.7 -> 1.0.8

2024-05-09 Thread Trevor Gamblin
In particular, make it build with gcc 14. Changelog: d20bea4 xlsfonts 1.0.8 71d8e89 Use reallocarray() if available 2b9d8f5 Fix -Wincompatible-pointer-types warning from gcc (issue #1) e53bf74 gitlab CI: stop requiring Signed-off-by in commits 314d802 man page: emphasize this program is for query

[oe] [meta-oe][PATCH] vbxguestdrivers: upgrade 7.0.14 -> 7.0.18

2024-05-09 Thread Gianfranco
Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../{vboxguestdrivers_7.0.14.bb => vboxguestdrivers_7.0.18.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_7.0.14.bb => vboxguestdrivers_7.

[oe][master][scarthgap][PATCH 3/5] composefs: refactor

2024-05-09 Thread Jose Quaresma
- add recipe DESCRIPTION - remove the PV as it can be taken from the recipe name - specify some EXTRA_OECONF configuration to avoid host contamination Signed-off-by: Jose Quaresma --- .../recipes-support/composefs/composefs_1.0.3.bb | 14 +++--- 1 file changed, 11 insertions(+), 3 dele

[oe][master][scarthgap][PATCH 5/5] composefs: add native target support

2024-05-09 Thread Jose Quaresma
The next version of ostree v2024.6 will be available soon and optional will require composefs-native. Signed-off-by: Jose Quaresma --- meta-oe/recipes-support/composefs/composefs_1.0.3.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-support/composefs/composefs_1.0.3.bb

[oe][master][scarthgap][PATCH 4/5] composefs: bump ecef20c1

2024-05-09 Thread Jose Quaresma
- This is required to add the native target support. - Drop upstream merged patch: 0001-musl-basename-use-portable-implementation-for-basena.patch https://github.com/containers/composefs/pull/273 Changelog: $ git --no-pager log --oneline HEAD...v1.0.3 ecef20c (HEAD -> main, origin/main, origin/H

[oe][master][scarthgap][PATCH 2/5] composefs: move from meta-filesystems to meta-oe layer

2024-05-09 Thread Jose Quaresma
We can make this more widely available as we don't depend anymore on fuse3. Signed-off-by: Jose Quaresma --- .../recipes-support/composefs/composefs_1.0.3.bb | 0 ...001-musl-basename-use-portable-implementation-for-basena.patch | 0 2 files changed, 0 insertions(+), 0 deletions

[oe][master][scarthgap][PATCH 1/5] composefs: remove fuse3 dependencie

2024-05-09 Thread Jose Quaresma
The fuse3 is only used for development purposes and the composefs uses the kernel overlayfs and erofs on the target. The composefs-fuse [1] tool is not even installed by default So all the files installed on the target are the same with and without the fuse, this can be checked with buildhistory.