Re: [oe] [PATCH 17/20] Revert "gimp: Disable svg icons on arm"

2021-06-09 Thread Andreas Müller
On Thu, Jun 10, 2021 at 12:34 AM Andreas Müller wrote: > > On Sun, May 16, 2021 at 2:11 AM Khem Raj wrote: > > > diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb > > > b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb > > > index 237d08a09..e729d9deb 100644 > > > ---

Re: [oe] [PATCH 17/20] Revert "gimp: Disable svg icons on arm"

2021-06-09 Thread Khem Raj
On Wed, Jun 9, 2021 at 3:34 PM Andreas Müller wrote: > > On Sun, May 16, 2021 at 2:11 AM Khem Raj wrote: > > > diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb > > > b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb > > > index 237d08a09..e729d9deb 100644 > > > ---

Re: [oe] [PATCH 17/20] Revert "gimp: Disable svg icons on arm"

2021-06-09 Thread Andreas Müller
On Sun, May 16, 2021 at 2:11 AM Khem Raj wrote: > > diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb > > b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb > > index 237d08a09..e729d9deb 100644 > > --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb > > +++

Re: [oe] [PATCH] libgpiod: update my email address

2021-06-09 Thread Bartosz Golaszewski
On Wed, Jun 9, 2021 at 9:55 PM Khem Raj wrote: > > On Wed, Jun 9, 2021 at 12:31 PM Bartosz Golaszewski wrote: > > > > From: Bartosz Golaszewski > > > > I now maintain the project and this recipe in my own time. Update my > > email address in the AUTHOR field. > > > > Signed-off-by: Bartosz

Re: [oe] [PATCH] libgpiod: update my email address

2021-06-09 Thread Khem Raj
On Wed, Jun 9, 2021 at 12:31 PM Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > I now maintain the project and this recipe in my own time. Update my > email address in the AUTHOR field. > > Signed-off-by: Bartosz Golaszewski > --- >

[oe] [PATCH] libgpiod: update my email address

2021-06-09 Thread Bartosz Golaszewski
From: Bartosz Golaszewski I now maintain the project and this recipe in my own time. Update my email address in the AUTHOR field. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [PATCH] Revert "libgpiod: ptest: warn if the gpio-mockup kernel module is not selected"

2021-06-09 Thread Bartosz Golaszewski
From: "Signed-off-by: Bartosz Golaszewski" This reverts commit 977c5f56198f075376f753b0b4178ecb35ad02ec. This recipe doesn't see the final value of KERNEL_FEATURES that the linux-yocto recipe uses - that's why this warning was always triggered if the gpio-mockup feature was not defined globally

Re: [oe] [meta-oe][PATCH 8/9] libgpiod: ptest: warn if the gpio-mockup kernel module is not selected

2021-06-09 Thread Bartosz Golaszewski
On Tue, Jun 8, 2021 at 10:00 PM Bartosz Golaszewski wrote: > > On Tue, Jun 8, 2021 at 2:31 AM Khem Raj wrote: > > > > On Mon, Jun 7, 2021 at 8:54 AM Bartosz Golaszewski wrote: > > > > > > On Mon, Jun 7, 2021 at 5:14 PM Khem Raj wrote: > > > > > > > > > > > > > > > > On Mon, Jun 7, 2021 at 1:55

[oe] [meta-python][PATCH] python3-yappi: Fix patching errors

2021-06-09 Thread Khem Raj
Fixes patching file tests/test_functionality.py Hunk #1 FAILED at 5 (different line endings). 1 out of 1 hunk FAILED -- rejects in file tests/test_functionality.py Signed-off-by: Khem Raj --- .../0001-Fix-imports-for-ptests.patch | 3855 - 1 file changed, 3832

[oe] [meta-oe][dunfell][PATCH] meta-oe/conf/layer.conf: depend on meta-python

2021-06-09 Thread akash hadke
From: Mikko Rapeli Fixes yocto-layers-check error: ERROR: Nothing RPROVIDES 'python3-pyyaml' (but /home/builder/src/base/meta-openembedded/meta-oe/recipes-extended/ostree/ostree_2020.3.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python3-pyyaml' is unbuildable, removing...

[oe] [meta-oe][dunfell][PATCH] ostree: switch from BBFILE_COLLECTIONS to PTEST_ENABLED for ptest support

2021-06-09 Thread akash hadke
From: Mikko Rapeli Just including a layer, like meta-python, should not change the way the recipes compile. Instead, if ptest support is enabled, then require the python dependency for running ptests in ostree. Fixes yocto-check-layer error. Signed-off-by: Mikko Rapeli Signed-off-by: akash

[oe] [meta-gnome][dunfell][PATCH] sysprof: depend on polkit only if DISTRO_FEATURES has it

2021-06-09 Thread akash hadke
From: Mikko Rapeli Fixes yocto-check-layer error: ERROR: Nothing PROVIDES 'polkit' (but /home/builder/src/base/meta-openembedded/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb DEPENDS on or otherwise requires it) polkit was skipped: missing required distro feature 'polkit' (not in

[oe] [meta-oe][dunfell][PATCH] libdevmapper,lvm2: Do not inherit license

2021-06-09 Thread akash hadke
From: Khem Raj inheriting license class which brings in AVAILABLE_LICENSES into do_configure task checksums class since it wants to enable thin-provisioning-tools if distro allows GPL-3 automatically, but this brings issues when other layers which have additional licenses are provided which ends

[oe] [meta-gnome][dunfell][PATCH] tracker-miners: enable ffmpeg dependency only if its whitelisted

2021-06-09 Thread akash hadke
From: Mikko Rapeli ffmpeg isn't enabled by default. Fixes yocto-layer-check error: ERROR: Nothing PROVIDES 'ffmpeg' (but /home/builder/src/base/meta-openembedded/meta-gnome/recipes-gnome/tracker/tracker-miners_2.3.3.bb DEPENDS on or otherwise requires it) ffmpeg was skipped: because it has a

Re: [oe] [yocto] Is it a bug or it does not support device tree /delete-node/?

2021-06-09 Thread Quentin Schulz
Hi, On June 5, 2021 12:43:19 AM UTC, JH wrote: >Hi, > >I am building following imx6ulz-kobs.dts file to a dtb in zeus: > >$ cat imx6ulz-kobs.dts > >#include "imx6ulz.dts" > >/{ > model = "customized imx6ull"; > compatible = "fsl,imx6ull"; >}; > > { >/delete-node/ fsl,use-minimum-ecc; >}; >

Re: [oe] [meta-oe][PATCH 1/2] dbus-broker: remove deprecated linux-4-17 option

2021-06-09 Thread Andreas Müller
On Wed, Jun 9, 2021 at 3:15 PM Luca Bocassi wrote: > > From: Luca Boccassi > > Removed in v29 I was sure to have looked for that. Looked again: The option is still there but it was turned into a noop. So Acked-by: Andreas Müller > Signed-off-by: Luca Boccassi > --- >

Re: [oe] Fedora 34, shadow-native/icedtea7-native, umask problems ?

2021-06-09 Thread Jacob Kroon
On 6/2/21 6:01 PM, Jacob Kroon via lists.openembedded.org wrote: On 6/2/21 8:32 AM, Jacob Kroon via lists.openembedded.org wrote: Hi, I'm using Fedora 34 and OE-Core/Bitbake/layers from git master as of today, with reproducible builds. Sometimes when rebuilding my image I see sudden changes

[oe] [meta-gnome][RFC] gnome: gnome-shell: Move gsettings to their own package

2021-06-09 Thread Joshua Watt
Moves the gnome-shell-gsettings package to it's own package so that other desktop environments that depends on it can pull it in without pulling in all of gnome-shell Signed-off-by: Joshua Watt --- meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb | 6 -- 1 file changed, 4

[oe] [meta-oe][PATCH 2/2] dbus-broker: enforce required versions of libselinux and libaudit

2021-06-09 Thread Luca Bocassi
From: Luca Boccassi v29 requires libselinux >= 3.2 and libaudit >= 3.0, set them as such in DEPENDS Signed-off-by: Luca Boccassi --- meta-oe/recipes-core/dbus/dbus-broker_29.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/dbus/dbus-broker_29.bb

[oe] [meta-oe][PATCH 1/2] dbus-broker: remove deprecated linux-4-17 option

2021-06-09 Thread Luca Bocassi
From: Luca Boccassi Removed in v29 Signed-off-by: Luca Boccassi --- meta-oe/recipes-core/dbus/dbus-broker_29.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-core/dbus/dbus-broker_29.bb b/meta-oe/recipes-core/dbus/dbus-broker_29.bb index 49ba16911..c59809f53 100644 ---

[oe] [meta-multimedia][PATCH] pipewire: Add filter-chain files to modules-filter-chain package

2021-06-09 Thread Carlos Rafael Giani via lists.openembedded.org
Signed-off-by: Carlos Rafael Giani --- .../recipes-multimedia/pipewire/pipewire_0.3.29.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.29.bb

[oe] [meta-multimedia][PATCH] pipewire: Upgrade to 0.3.30

2021-06-09 Thread Carlos Rafael Giani via lists.openembedded.org
This is a bugfix upgrade. Changelog: https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.30 Signed-off-by: Carlos Rafael Giani --- .../pipewire/{pipewire_0.3.29.bb => pipewire_0.3.30.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [PATCH 28/28] xfce4-settings: 4.16.1 upgrade 4.16.2

2021-06-09 Thread Andreas Müller
Release notes for 4.16.2 - keyboard: Mark system defaults switch as active (Fixes #310) - keyboard: Correctly initialize setting (Fixes #310) - keyboard: Fix icon name in settings dialog - keyboard: Make buttons translatable (Fixes #306) - xfsettingsd: Fix setting float

[oe] [PATCH 27/28] modemmanager: upgrade 1.16.4 -> 1.16.6

2021-06-09 Thread Andreas Müller
Huge changelog can be found at [1] [1] https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/blob/master/NEWS Signed-off-by: Andreas Müller --- .../{modemmanager_1.16.4.bb => modemmanager_1.16.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [PATCH 25/28] yelp: upgrade 3.36.0 -> 40.2

2021-06-09 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/yelp/{yelp_3.36.0.bb => yelp_40.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-gnome/recipes-gnome/yelp/{yelp_3.36.0.bb => yelp_40.2.bb} (80%) diff --git a/meta-gnome/recipes-gnome/yelp/yelp_3.36.0.bb

[oe] [PATCH 26/28] gthumb: inherit required features from colord

2021-06-09 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb index 94cac89a9..93b2f4768 100644 ---

[oe] [PATCH 24/28] yelp-tools: upgrade 3.32.2 -> 40.0

2021-06-09 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../yelp/{yelp-tools_3.32.2.bb => yelp-tools_40.0.bb} | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) rename meta-gnome/recipes-gnome/yelp/{yelp-tools_3.32.2.bb => yelp-tools_40.0.bb} (65%) diff --git

[oe] [PATCH 21/28] nautilus: upgrade 40.1 -> 40.2

2021-06-09 Thread Andreas Müller
Major changes in 40.2 = * Fix missing "Open Scripts Folder" menu item (Ondrej Holy) * Prevent reopening of previewer on window focus (Felipe Borges) * Keep working directory when executing scripts (António Fernandes) * Translation updates Signed-off-by: Andreas Müller ---

[oe] [PATCH 23/28] yelp-xsl: upgrade 3.36.0 -> 4.02

2021-06-09 Thread Andreas Müller
For a copy of highlight.js they added BSD-3-Clause license Signed-off-by: Andreas Müller --- .../yelp/{yelp-xsl_3.36.0.bb => yelp-xsl_40.2.bb} | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta-gnome/recipes-gnome/yelp/{yelp-xsl_3.36.0.bb => yelp-xsl_40.2.bb}

[oe] [PATCH 22/28] pangomm: upgrade 2.42.1 -> 2.46.1 / build with meson

2021-06-09 Thread Andreas Müller
2.46.1 is the version GNOME 40.2 release suggests. There are 2.48 versions but these are for mm-bindings compatible with gtk4. Signed-off-by: Andreas Müller --- .../pango/{pangomm_2.42.1.bb => pangomm_2.46.1.bb} | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) rename

[oe] [PATCH 19/28] libmediaart-2.0: upgrade 1.9.4 -> 1.9.5 / merge inc file / build with meson

2021-06-09 Thread Andreas Müller
NEW in 1.9.5 - 2021-05-22 = * libmediaart: Remove QT4 support * libmediaart: Mandate that input strings are UTF8 * extract: Remove local storage * build: Drop autotools support * build: Update to recent glib API * build: introspection fixes * build: Added CI

[oe] [PATCH 20/28] libsigc++-2.0: upgrade 2.10.6 -> 2.10.7

2021-06-09 Thread Andreas Müller
2.10.7 (stable) Meson build: * Make it possible to use sigc++ as a subproject (Kjell Ahlstedt) * Fix dependency on files generated from .h.m4 files (Kjell Ahlstedt) * No implicit_include_directories (Kjell Ahlstedt) * Make quiet installations possible (Kjell Ahlstedt) * Fix build as

[oe] [PATCH 18/28] libmediaart 0.7.0: remove

2021-06-09 Thread Andreas Müller
* we have libmediaart-2.0 * nothing depends on the version introduced 2014 Signed-off-by: Andreas Müller --- .../packagegroups/packagegroup-meta-multimedia.bb | 1 - .../recipes-support/libmediaart/libmediaart_0.7.0.bb| 6 -- 2 files changed, 7 deletions(-) delete mode

[oe] [PATCH 17/28] libgdata: upgrade 0.17.13 -> 0.18.1

2021-06-09 Thread Andreas Müller
Overview of changes from libgdata 0.18.0 to libgdata 0.18.1 === * Translation updates Overview of changes from libgdata 0.17.13 to libgdata 0.18.0 * Add support for Team Drives

[oe] [PATCH 15/28] gupnp: upgrade 1.2.6 -> 1.2.7

2021-06-09 Thread Andreas Müller
Hardening fix was applied 1.2.7 = - Fix build with -Wformat-security=error - Bump required GLib version to 2.66 - Fix some introspection annotations - Add missing varargs functions to vapi - Revert fix from 1.2.5 which causes managed control points to live too long Signed-off-by: Andreas

[oe] [PATCH 16/28] gvfs: upgrade 1.44.1 -> 1.48.1

2021-06-09 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-gnome/gvfs/{gvfs_1.44.1.bb => gvfs_1.48.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.44.1.bb => gvfs_1.48.1.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.44.1.bb

[oe] [PATCH 13/28] gtkmm3: upgrade 3.24.3 -> 3.24.5

2021-06-09 Thread Andreas Müller
Submitted patch was applied 3.24.5 (stable): Gtk: * TreeValueProxy: Mark the copy assignment operator as deleted (Daniel Boles) Issue #94, merge request !63 Build: * Meson build: Use relative paths to untracked/ (Mingli Yu) Merge request !61 * [gdk|gtk]mmconfig.h.*: Don't dllimport on MinGW

[oe] [PATCH 14/28] gtksourceview4: upgrade 4.6.1 -> 4.8.1

2021-06-09 Thread Andreas Müller
News in 4.8.1, 2021-03-02 - * Fix highlighting in presence of byte-order-marks (BOM) * meson.lang: Update keywords to 0.55.3 syntax * cmake.lang: Update keywords to 3.18.2 syntax * go.lang: make "0i" syntax highlight as integer * Translation updates News in 4.7.90,

[oe] [PATCH 10/28] gnome-online-accounts: upgrade 3.36.0 -> 3.40.0

2021-06-09 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...line-accounts_3.36.0.bb => gnome-online-accounts_3.40.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gnome-online-accounts/{gnome-online-accounts_3.36.0.bb => gnome-online-accounts_3.40.0.bb} (88%) diff --git

[oe] [PATCH 12/28] gspell: upgrade 1.8.4 -> 1.9.1

2021-06-09 Thread Andreas Müller
News in 1.9.1, 2020-10-10 - * gspell_language_get_name() is now implemented with the ICU library, not with the iso-codes package. As a result, gspell no longer depends on the iso-codes, and has the ICU as a new dependency. * Translation updates. Signed-off-by: Andreas

[oe] [PATCH 11/28] gnome-terminal: upgrade 3.36.2 -> 3.40.2

2021-06-09 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../{gnome-terminal_3.36.2.bb => gnome-terminal_3.40.2.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gnome-terminal/{gnome-terminal_3.36.2.bb => gnome-terminal_3.40.2.bb} (83%) diff --git

[oe] [PATCH 08/28] gnome-autoar; upgrade 0.3.2 -> 0.3.3

2021-06-09 Thread Andreas Müller
Major changes in 0.3.3: * extractor: Fix extraction of one file archives (Ondrej Holy) * compressor: Fix usage of uninitialized value (Ondrej Holy) Signed-off-by: Andreas Müller --- .../{gnome-autoar_0.3.2.bb => gnome-autoar_0.3.3.bb} | 3 +-- 1 file changed, 1 insertion(+), 2

[oe] [PATCH 09/28] gnome-keyring: upgrade 3.36.0 -> 40.0

2021-06-09 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../{gnome-keyring_3.36.0.bb => gnome-keyring_40.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-gnome/recipes-gnome/gnome-keyring/{gnome-keyring_3.36.0.bb => gnome-keyring_40.0.bb} (89%) diff --git

[oe] [PATCH 07/28] gmime: upgrade 3.2.6 -> 3.2.7

2021-06-09 Thread Andreas Müller
* Added some configure logic to auto-detect the system shift-jis charset alias. (issue #81) * Fixed tests/Makefile.am to exit with a non-negative value (issue #82) * Fixed logic to skip expired or revoked gpg subkeys when looking for the correct subkey to use for signing or encrypting. (issue

[oe] [PATCH 06/28] glibmm: upgrade 2.62.0 -> 2.66.1 / build with meson / cleanup recipe

2021-06-09 Thread Andreas Müller
2.66.1 is the version GNOME 40.2 release suggests. There are 2.68 versions but these are for mm-bindings compatible with gtk4. Signed-off-by: Andreas Müller --- .../{glibmm_2.62.0.bb => glibmm_2.66.1.bb} | 16 1 file changed, 4 insertions(+), 12 deletions(-) rename

[oe] [PATCH 05/28] file-roller: upgrade 3.38.1 -> 3.40.0

2021-06-09 Thread Andreas Müller
version 3.40.0 -- Bugs fixed: * Error when creating an archive with no extension (!99) * Fixed encrypted files emblem (!120) * Open destination: fixed when using junk_paths (!112) New or updated application translations: * Romanian (Florentina Mușat) * Ukrainian (Yuri

[oe] [PATCH 01/28] atkmm: upgrade 2.28.0 -> 2.28.2

2021-06-09 Thread Andreas Müller
atkmm 2.28.2 (stable): Build: * Meson build: Use relative paths to untracked/ (Kjell Ahlstedt) Merge request gtkmm!61 (Mingli Yu) * atkmmconfig.h.*: Don't dllimport on MinGW (Chun-wei Fan) Issue gtkmm#90 (Lukas K.) * Meson build: Make it possible to use atkmm as a subproject (Kjell

[oe] [PATCH 04/28] evolution-data-server: upgrade 3.40.1 -> 3.40.2

2021-06-09 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../evolution-data-server/evolution-data-server.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc

[oe] [PATCH 03/28] dconf: upgrade 0.38.0 -> 0.40.0

2021-06-09 Thread Andreas Müller
Changes in dconf 0.40.0 === - common: Add missing G_BEGIN/END_DECLS to allow use of headers from C++ code (Philip Withnall, !67) Changes in dconf 0.39.1 === - build: improve libdconf visible symbols (Inigo Martinez, Daniel Playfair Cal, !59) -

[oe] [PATCH 02/28] atkmm: build with meson

2021-06-09 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb b/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb index edcc4769a..a3e8bbf49 100644 ---