Re: [oe] [PATCH] mozjs-78: Get rid of erroneous dependency trying to satisfy llvm_objdump

2021-11-01 Thread Andreas Müller
On Mon, Nov 1, 2021 at 11:44 PM Andreas Müller wrote: Just saw this one did not make it to master-next. Is there an issue or was it just overseen? Asking because it should fix builds without meta-clang in layers Andreas > > * It was tested improperly so configure faile for meta-clang not in laye

Re: [oe] honister-next merge request Nov1

2021-11-01 Thread Khem Raj
merged thanks On Mon, Nov 1, 2021 at 8:22 PM akuster808 wrote: > > The following changes since commit 33c00e34fc2b085ea538445bbd1ba339024d4d8a: > > pahole: use MACHINE_ARCH (2021-10-12 09:45:25 -0700) > > are available in the Git repository at: > > https://git.openembedded.org/meta-openembedd

[oe] [meta-oe][PATCH] libjs-jquery-globalize: Use a proper SHA in SRCREV instead of tag

2021-11-01 Thread Khem Raj
Use https for git protocol Signed-off-by: Khem Raj --- meta-oe/recipes-support/libjs/libjs-jquery-globalize_1.7.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-globalize_1.7.0.bb b/meta-oe/recipes-support/libjs/libjs-jquery-g

[oe] honister-next merge request Nov1

2021-11-01 Thread Armin Kuster
The following changes since commit 33c00e34fc2b085ea538445bbd1ba339024d4d8a:   pahole: use MACHINE_ARCH (2021-10-12 09:45:25 -0700) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded honister-next for you to fetch changes up to e886fc0cbac89998f675b70679d0c

Re: [oe] [meta-oe][PATCH] mozjs: fix powerpc compile failure

2021-11-01 Thread Khem Raj
On Mon, Nov 1, 2021 at 7:13 PM Changqing Li wrote: > > On 11/2/21 9:30 AM, Changqing Li wrote: > > On 11/2/21 9:01 AM, Khem Raj wrote: > > [Please note: This e-mail is from an EXTERNAL e-mail address] > Can you rebase it on top of master-next and resend please > > OK > > Sorry, just find that ma

Re: [oe] [meta-oe][PATCH] mozjs: fix powerpc compile failure

2021-11-01 Thread Changqing Li
On 11/2/21 9:30 AM, Changqing Li wrote: On 11/2/21 9:01 AM, Khem Raj wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] Can you rebase it on top of master-next and resend please OK Sorry,  just find that master-next already have a patch for ppc build failure and can co

Re: [oe] [meta-oe][PATCH] mozjs: fix powerpc compile failure

2021-11-01 Thread Changqing Li
On 11/2/21 9:01 AM, Khem Raj wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] Can you rebase it on top of master-next and resend please OK On Mon, Nov 1, 2021 at 5:54 PM Changqing Li mailto:changqing...@windriver.com>> wrote: From: Changqing Li mailto:changqing..

Re: [oe] [meta-oe][PATCH] mozjs: fix powerpc compile failure

2021-11-01 Thread Khem Raj
Can you rebase it on top of master-next and resend please On Mon, Nov 1, 2021 at 5:54 PM Changqing Li wrote: > From: Changqing Li > > powerpc disable jit by default and also have compile failure: > WasmFrame.cpp:57:76: error: static assertion failed: Aligned after pushing > DebugFrame > > Signe

[oe] [meta-oe][PATCH] mozjs: fix powerpc compile failure

2021-11-01 Thread Changqing Li
From: Changqing Li powerpc disable jit by default and also have compile failure: WasmFrame.cpp:57:76: error: static assertion failed: Aligned after pushing DebugFrame Signed-off-by: Changqing Li --- .../recipes-extended/mozjs/mozjs/nojit-32bit-arch-fix.patch | 2 +- 1 file changed, 1 inse

[oe] [meta-oe][PATCH] mozjs: Pass C/C++ flags to js configure

2021-11-01 Thread Khem Raj
On mips ensure -fpie is passed when using clang compiler, this fixes configure issues e.g. /mnt/b/yoe/master/build/tmp/work/mips32r2-yoe-linux/mozjs-78/78.15.0-r0/recipe-sysroot-native/usr/bin/mips-yoe-linux/mips-yoe-linux-ld: non-dynamic relocations refer to dynamic symbol localtime_r@@GLIBC_2.0

[oe] [PATCH] mozjs-78: Get rid of erroneous dependency trying to satisfy llvm_objdump

2021-11-01 Thread Andreas Müller
* It was tested improperly so configure faile for meta-clang not in layers * It is not necessary for building js only - see mozjs-91 Signed-off-by: Andreas Müller --- ...03-Do-not-check-binaries-after-build.patch | 55 +++ ...04-Cargo.toml-do-not-abort-on-panic.patch} | 0 ...bi

Re: [oe] [meta-oe][PATCH 2/2] mozjs-78: Set X lib/include paths

2021-11-01 Thread Andreas Müller
* Wonder why I did not see this. Configure just says 'checking for X... no'. And my host has a running X. * Found a solution to fix my incorrect assumptions with llvm-objdump Once gjs has passed build I'll send out on top of master-next Andreas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all mess

Re: [oe] [meta-oe][PATCH 1/2] mozjs-78: Check for big-endian icu data file existence before creating it

2021-11-01 Thread Andreas Müller
On Mon, Nov 1, 2021 at 9:29 PM Khem Raj wrote: > > Signed-off-by: Khem Raj > --- > .../meta-python/recipes-extended/mozjs/mozjs-78_78.15.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78_78.15.

[oe] [meta-oe][PATCH 2/2] mozjs-78: Set X lib/include paths

2021-11-01 Thread Khem Raj
mozjs does not really use X but arcane autoconf 2.13 means its poking at build host for X headers and libraries. On build hosts where X is installed this results in wrong paths being searched for target X headers, this gets caught by configure QA and it fails ERROR: mozjs-78-78.15.0-r0 do_configur

[oe] [meta-oe][PATCH 1/2] mozjs-78: Check for big-endian icu data file existence before creating it

2021-11-01 Thread Khem Raj
Signed-off-by: Khem Raj --- .../meta-python/recipes-extended/mozjs/mozjs-78_78.15.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78_78.15.0.bb b/meta-oe/dynamic-layers/meta-python/recipes-extended/moz

Re: [oe] [PATCH][meta-python] python3-imgtool: add recipe

2021-11-01 Thread Ross Burton
On Mon, 1 Nov 2021 at 19:18, Ross Burton wrote: > > On Mon, 1 Nov 2021 at 19:12, Trevor Gamblin > wrote: > > +RDEPENDS:${PN} = "python3-cbor python3-click python3-cryptography > > python3-intelhex" > > > > Did you mean python3-cbor2? The layer index suggests that python3-cbor is > > only in met

Re: [oe] [meta-gnome++][PATCH 07/31] mozjs-78: Initial add

2021-11-01 Thread Andreas Müller
On Mon, Nov 1, 2021 at 7:36 PM Khem Raj wrote: > fails during configure, I am using mips/musl locally but I guess it > could be a common problem > > https://errors.yoctoproject.org/Errors/Details/615986/ This one is I think musl+mips 32Bit - considered that out of scope for initial fix. > > on arm

Re: [oe] [PATCH][meta-python] python3-imgtool: add recipe

2021-11-01 Thread Ross Burton
On Mon, 1 Nov 2021 at 19:12, Trevor Gamblin wrote: > +RDEPENDS:${PN} = "python3-cbor python3-click python3-cryptography > python3-intelhex" > > Did you mean python3-cbor2? The layer index suggests that python3-cbor is > only in meta-iot-cloud/meta-arm/meta-ros-common. Probably. Very curious ho

Re: [oe] [PATCH][meta-python] python3-imgtool: add recipe

2021-11-01 Thread Trevor Gamblin
On 2021-11-01 12:18, Ross Burton wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] imgtool is part of MCUboot, used to sign images and manage keys. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-imgtool_1.8.0.bb | 12 1 file changed, 12 in

Re: [oe] [meta-gnome++][PATCH 07/31] mozjs-78: Initial add

2021-11-01 Thread Khem Raj
On 11/1/21 4:49 AM, Andreas Müller wrote: * Did not get rid of checks using llvm-objdump. So depend either llvm-native from oe-core or clang-native from meta-clang * Unfortunately we still need python3-six(-native) although firefox ships a version in third_party. If somebody more clever t

Re: [oe] [meta-gnome++][PATCH 00/31] De-rotten meta-gnome

2021-11-01 Thread Andreas Müller
On Mon, Nov 1, 2021 at 2:43 PM Khem Raj wrote: > > seeing these when polkit is not in distro features, is there a way out ? Was my bad - did send a fix Andreas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#93749): https://lists.openembedded.org/

[oe] pseudo dying with path mismatch

2021-11-01 Thread Alex Kiernan
I've seen this twice now, same recipe both times, so I assume it's something its doing which is upsetting pseudo. I suspect both times I swapped to/from systemd/init as INIT_MANAGER (w/o clearing down anything): ERROR: mdns-1310.40.42-r0 do_install: ExecutionError('/home/alexk/poky/build/tmp/work/

[oe] [PATCH][meta-python] python3-imgtool: add recipe

2021-11-01 Thread Ross Burton
imgtool is part of MCUboot, used to sign images and manage keys. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-imgtool_1.8.0.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb diff --git a/

[oe] [PATCH] gdm: Fix REQUIRED_DISTRO_FEATURES broken by adding introspection

2021-11-01 Thread Andreas Müller
To avoid happening again: Have one line with REQUIRED_DISTRO_FEATURES only Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/gdm/gdm_41.0.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-gnome/recipes-gnome/gdm/gdm_41.0.bb b/meta-gnome/recipes-gnome/gdm/gd

[oe] [meta-oe][PATCH] jasper: upgrade 2.0.26 -> 2.0.33

2021-11-01 Thread Michael Vetter
--- .../jasper/{jasper_2.0.26.bb => jasper_2.0.33.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/jasper/{jasper_2.0.26.bb => jasper_2.0.33.bb} (93%) diff --git a/meta-oe/recipes-graphics/jasper/jasper_2.0.26.bb b/meta-oe/recipes-graphics

[oe] [PATCH 1/1] jasper: upgrade 2.0.26 -> 2.0.33

2021-11-01 Thread Michael Vetter
Signed-off-by: Michael Vetter --- .../jasper/{jasper_2.0.26.bb => jasper_2.0.33.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/jasper/{jasper_2.0.26.bb => jasper_2.0.33.bb} (93%) diff --git a/meta-oe/recipes-graphics/jasper/jasper_2.0.26

Re: [oe] [meta-gnome++][PATCH 00/31] De-rotten meta-gnome

2021-11-01 Thread Khem Raj
seeing these when polkit is not in distro features, is there a way out ? ERROR: Nothing PROVIDES 'accountsservice' (but /mnt/b/yoe/master/sources/meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm_41.0.bb DEPENDS on or otherwise requires it) accountsservice was skipped: missing required distro fea

Re: [oe] [meta-python][dunfell][PATCH] python3-fasteners: update 0.15 -> 0.16.3

2021-11-01 Thread Maíra Canal via lists . openembedded . org
Is there any possibility to merge this patch into dunfell? Currently, it is breaking an application that I'm working on, and I would like to know if there is any possibility for this patch to be merged. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

Re: [oe] [meta-gnome++][PATCH 11/31] gtk4: initial add 4.4.0

2021-11-01 Thread Khem Raj
On Mon, Nov 1, 2021 at 5:07 AM Andreas Müller wrote: > > On Mon, Nov 1, 2021 at 12:51 PM Alexander Kanavin > wrote: > > > > Can you please name this one simply 'gtk'? There's no reason to append 4 in > > there. > > > > Alex > > > Did this to make the difference clear and to be prepared once they

Re: [oe] [meta-gnome++][PATCH 11/31] gtk4: initial add 4.4.0

2021-11-01 Thread Alexander Kanavin
That also depends on whether gtk5 will be better at API compatibility, I just don't want to carry those awkward version suffixes forever. Python3 is annoying enough. Upstream dropping the '+' looks like a good chance to drop the version too. Perhaps the recipe could be named gtk and have PROVIDES

Re: [oe] [meta-gnome++][PATCH 11/31] gtk4: initial add 4.4.0

2021-11-01 Thread Andreas Müller
On Mon, Nov 1, 2021 at 12:51 PM Alexander Kanavin wrote: > > Can you please name this one simply 'gtk'? There's no reason to append 4 in > there. > > Alex > Did this to make the difference clear and to be prepared once they invent gtk5. What do others think? Andreas -=-=-=-=-=-=-=-=-=-=-=- Link

[oe] [meta-python] [PATCH] python3-grpcio: upgrade 1.41.0 -> 1.41.1

2021-11-01 Thread zhengruoqin
This is release 1.41.0 (goat) of gRPC Core. For gRPC documentation, see grpc.io. Signed-off-by: Zheng Ruoqin --- .../{python3-grpcio_1.41.0.bb => python3-grpcio_1.41.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio_1.41

[oe] [meta-python] [PATCH] python3-cycler: upgrade 0.10.0 -> 0.11.0

2021-11-01 Thread zhengruoqin
This is the first Cycler feature release in some years. New features include: Added Cycler.by_key, which produces values by key (#26) Added Cycler.__contains__, which adds support for in checks (#34) Wheels now includes the LICENSE file (#48) The sdist now includes the LICENSE (#58) and tests (#32

[oe] [meta-python] [PATCH] python3-grpcio-tools: upgrade 1.41.0 -> 1.41.1

2021-11-01 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- ...n3-grpcio-tools_1.41.0.bb => python3-grpcio-tools_1.41.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-tools_1.41.0.bb => python3-grpcio-tools_1.41.1.bb} (85%) diff --git a/meta-python/rec

[oe] [meta-python] [PATCH] python3-coverage: upgrade 6.0.2 -> 6.1.1

2021-11-01 Thread zhengruoqin
Fix: The sticky header on the HTML report didn???t work unless you had branch coverage enabled. This is now fixed: the sticky header works for everyone. Fix: When using explicitly declared namespace packages, the ???already imported a file that will be measured??? warning would be issued (issue 888

Re: [oe] [meta-gnome++][PATCH 11/31] gtk4: initial add 4.4.0

2021-11-01 Thread Alexander Kanavin
Can you please name this one simply 'gtk'? There's no reason to append 4 in there. Alex On Mon, 1 Nov 2021 at 12:49, Andreas Müller wrote: > * It is a hard dependency for gnome-shell 41 > * Final destination for this recipe should be oe-core but start it here > first: > * Some dependencies (g

[oe] [meta-python] [PATCH] python3-engineio: upgrade 4.2.1 -> 4.3.0

2021-11-01 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../{python3-engineio_4.2.1.bb => python3-engineio_4.3.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-engineio_4.2.1.bb => python3-engineio_4.3.0.bb} (81%) diff --git a/meta-python/recipes-devto

[oe] [meta-python] [PATCH] python3-cantools: upgrade 36.4.0 -> 36.5.0

2021-11-01 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../{python3-cantools_36.4.0.bb => python3-cantools_36.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cantools_36.4.0.bb => python3-cantools_36.5.0.bb} (74%) diff --git a/meta-python/recipes-dev

[oe] [meta-gnome++][PATCH 31/31] mozjs-91: Fix build on powerpc

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- patch => 0005-nojit-32bit-arch-fix.patch} | 0 .../mozjs-91/0006-Fix-build-on-powerpc.patch | 36 +++ .../recipes-extended/mozjs/mozjs-91_91.2.0.bb | 3 +- 3 files changed, 38 insertions(+), 1 deletion(-) rename meta-oe/recipes-extended/mo

[oe] [meta-gnome++][PATCH 30/31] grilo-plugins: upgrade 0.3.13 -> 0.3.14

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../grilo/{grilo-plugins_0.3.13.bb => grilo-plugins_0.3.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/grilo/{grilo-plugins_0.3.13.bb => grilo-plugins_0.3.14.bb} (83%) diff --git a/meta-gnome/recipes-gnome/grilo/g

[oe] [meta-gnome++][PATCH 29/31] grilo: upgrade 0.3.13 -> 0.3.14

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-gnome/grilo/{grilo_0.3.13.bb => grilo_0.3.14.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/grilo/{grilo_0.3.13.bb => grilo_0.3.14.bb} (89%) diff --git a/meta-gnome/recipes-gnome/grilo/grilo_0.3.13.bb

[oe] [meta-gnome++][PATCH 28/31] gnome-panel: upgrade 3.36.1 -> 3.38.0

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../{gnome-panel_3.36.1.bb => gnome-panel_3.38.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gnome-panel/{gnome-panel_3.36.1.bb => gnome-panel_3.38.0.bb} (77%) diff --git a/meta-gnome/recipes-gnome/gnom

[oe] [meta-gnome++][PATCH 25/31] gnome-backgrounds: upgrade 3.38.0 -> 41.0

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...{gnome-backgrounds_3.38.0.bb => gnome-backgrounds_41.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gnome-backgrounds/{gnome-backgrounds_3.38.0.bb => gnome-backgrounds_41.0.bb} (62%) diff --git a/meta-gnome/

[oe] [meta-gnome++][PATCH 27/31] gnome-terminal: upgrade 3.40.2 -> 3.42.0 / meson build

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...EXITCODE-macro-for-non-glibc-systems.patch | 19 +-- ...nal_3.40.2.bb => gnome-terminal_3.42.0.bb} | 10 ++ 2 files changed, 15 insertions(+), 14 deletions(-) rename meta-gnome/recipes-gnome/gnome-terminal/{gnome-terminal_3.40.2.bb =>

[oe] [meta-gnome++][PATCH 26/31] gnome-tweaks: upgrade 3.34.0 -> 40.0

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../gnome-tweaks/0001-Make-python-path-configurable.patch | 6 +++--- .../{gnome-tweaks_3.34.0.bb => gnome-tweaks_40.0.bb}| 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) rename meta-gnome/recipes-gnome/gnome-tweaks/{gnome-tweaks_3.34.0.bb =

[oe] [meta-gnome++][PATCH 22/31] gnome-control-center: upgrade 3.36.4 -> 41.1

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...control-center_3.36.4.bb => gnome-control-center_41.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-gnome/recipes-gnome/gnome-control-center/{gnome-control-center_3.36.4.bb => gnome-control-center_41.1.bb} (88%) diff --git a/m

[oe] [meta-gnome++][PATCH 19/31] gnome-shell-extensions: upgrade 3.34.2 -> 40.1

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...l-extensions_3.34.2.bb => gnome-shell-extensions_41.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell-extensions_3.34.2.bb => gnome-shell-extensions_41.0.bb} (67%) diff --git a/meta-gn

[oe] [meta-gnome++][PATCH 23/31] gexiv2: upgrade 0.12.2 -> 0.14.0

2021-11-01 Thread Andreas Müller
Change python3 override handling: Instead of not building add a separate package for it. Changes: gexiv2 0.14.0 - 18 Sep 2021 (stable) * Fix BMFF compile test gexiv2 0.13.0 - 15 Aug 2021 * Enable BMFF support if enabled in exiv2 version * Update gexiv2-dump tool * Mark gexiv2_metadata_from_st

[oe] [meta-gnome++][PATCH 21/31] gnome-session: upgrade 3.36.0 -> 40.1.1

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../{gnome-session_3.36.0.bb => gnome-session_40.1.1.bb} | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) rename meta-gnome/recipes-gnome/gnome-session/{gnome-session_3.36.0.bb => gnome-session_40.1.1.bb} (82%) diff --git a/meta-gnome/recipes-gno

[oe] [meta-gnome++][PATCH 18/31] gnome-shell: upgrade 3.34.5 -> 41.0

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...s-gjs_path-to-optionally-set-path-to.patch | 112 ++ ...me-shell_3.34.5.bb => gnome-shell_41.0.bb} | 12 +- 2 files changed, 120 insertions(+), 4 deletions(-) create mode 100644 meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0001-Introduce

[oe] [meta-gnome++][PATCH 24/31] gparted: upgrade 1.3.0 -> 1.3.1

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../gparted/{gparted_1.3.0.bb => gparted_1.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-extended/gparted/{gparted_1.3.0.bb => gparted_1.3.1.bb} (91%) diff --git a/meta-gnome/recipes-extended/gparted/gpart

[oe] [meta-gnome++][PATCH 20/31] gnome-desktop: upgrade 3.38.8 -> 41.0 and give up '3' receipe name suffix

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...ild-Disable-libseccomp-for-all-archs.patch | 8 +++--- ...sktop3_3.38.8.bb => gnome-desktop_41.0.bb} | 28 +++ 2 files changed, 20 insertions(+), 16 deletions(-) rename meta-gnome/recipes-gnome/gnome-desktop/{gnome-desktop3_3.38.8.bb => gnom

[oe] [meta-gnome++][PATCH 16/31] udisks2: upgrade 2.9.3 -> 2.9.4

2021-11-01 Thread Andreas Müller
>From announcement: This release was focused on stability and hardening, notably fixing some long-standing race conditions and memory leaks. Default mount options got tweaked towards data safety. All users are strongly advised to upgrade. Signed-off-by: Andreas Müller --- .../udisks/{udisks2_2.

[oe] [meta-gnome++][PATCH 17/31] gnome-settings-daemon: upgrade 3.36.1 -> 41.0

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...ttings-daemon_3.36.1.bb => gnome-settings-daemon_41.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-gnome/recipes-gnome/gnome-settings-daemon/{gnome-settings-daemon_3.36.1.bb => gnome-settings-daemon_41.0.bb} (85%) diff --git

[oe] [meta-gnome++][PATCH 15/31] upower: upgrade 0.99.11 -> 0.99.13

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../upower/{upower_0.99.11.bb => upower_0.99.13.bb} | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) rename meta-oe/recipes-support/upower/{upower_0.99.11.bb => upower_0.99.13.bb} (78%) diff --git a/meta-oe/recipes-support/upower/upower_0.99

[oe] [meta-gnome++][PATCH 14/31] gdm: upgrade 3.36.3 -> 41.0

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../0001-Ensure-pam-file-installation.patch | 48 --- .../gdm/{gdm_3.36.3.bb => gdm_41.0.bb}| 21 2 files changed, 13 insertions(+), 56 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gdm/gdm/0001-Ensure-pam-file-inst

[oe] [meta-gnome++][PATCH 13/31] mutter: upgrade 3.34.6 -> 41.0

2021-11-01 Thread Andreas Müller
Most notable: * Wayland is manadatory * Patch removed was applied Signed-off-by: Andreas Müller --- .../0001-EGL-Include-EGL-eglmesaext.h.patch | 72 --- .../{mutter_3.34.6.bb => mutter_41.0.bb} | 21 +++--- 2 files changed, 10 insertions(+), 83 deletions(-) delete mode 1

[oe] [meta-gnome++][PATCH 12/31] gjs: upgrade 1.58.8 -> 1.70.0

2021-11-01 Thread Andreas Müller
License checked: Still MIT and LGPLv2+ Signed-off-by: Andreas Müller --- ...01-Support-cross-builds-a-bit-better.patch | 50 ...id-g_once_init_enter-error-in-GCC-11.patch | 77 --- ...t-add-dir-installed-tests-when-inst.patch} | 41 +- .../gjs/{gjs_1.58.8.bb

[oe] [meta-gnome++][PATCH 10/31] graphene: Tidy up recipe a bit

2021-11-01 Thread Andreas Müller
* remove md5 checksum * adjust comment * remove commented DEPENDS Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb b/meta-gnome/reci

[oe] [meta-gnome++][PATCH 09/31] graphene: extend to native and nativesdk

2021-11-01 Thread Andreas Müller
Upcoming gtk4 supports native / nativesdk and it depends on graphene Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb b/meta-gnome/recipes-gnome/graph

[oe] [meta-gnome++][PATCH 11/31] gtk4: initial add 4.4.0

2021-11-01 Thread Andreas Müller
* It is a hard dependency for gnome-shell 41 * Final destination for this recipe should be oe-core but start it here first: * Some dependencies (graphene / sassc-native) are not in oe-core yet * In meta-gnome gtk4 recipe can mature: The initial recipe focuses on target build and make consum

[oe] [meta-gnome++][PATCH 07/31] mozjs-78: Initial add

2021-11-01 Thread Andreas Müller
* Did not get rid of checks using llvm-objdump. So depend either llvm-native from oe-core or clang-native from meta-clang * Unfortunately we still need python3-six(-native) although firefox ships a version in third_party. If somebody more clever than me can solve this, mozjs-78 can be moved o

[oe] [meta-gnome++][PATCH 08/31] graphene: enable introspection by default - gtk4 & mutter 41 require it

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb b/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb index 77579ffac..3a95a8f45 100644 --- a/meta-gn

[oe] [meta-gnome++][PATCH 05/31] polkit: Adjust to mozjs-91 in DEPENDS

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-extended/polkit/polkit_0.119.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/polkit/polkit_0.119.bb b/meta-oe/recipes-extended/polkit/polkit_0.119.bb index a41b0feca..d76361732 100644 --- a/meta-oe/

[oe] [meta-gnome++][PATCH 06/31] mozjs-91: remove static library

2021-11-01 Thread Andreas Müller
* it is a huge chunk of 1.2GB * it is not used * it conflicts with other versions of mozjs since there is no version in name Signed-off-by: Andreas Müller --- meta-oe/recipes-extended/mozjs/mozjs-91_91.2.0.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-oe/

[oe] [meta-gnome++][PATCH 04/31] Rename mozjs -> mozjs-91 to allow multiple versions of mozjs

2021-11-01 Thread Andreas Müller
* We need mozjs-78 for latest stable gjs * Other distros/packagers do same Signed-off-by: Andreas Müller --- .../0001-Cargo.toml-do-not-abort-on-panic.patch | 0 ...001-build-do-not-use-autoconf-s-config.sub-to-canonicali.patch | 0 .../0002-moz.configure-do-not-look-for-llvm-o

[oe] [meta-gnome++][PATCH 02/31] fftw: remove unused patch

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-support/fftw/fftw/club-libtool.patch | 9 - 1 file changed, 9 deletions(-) delete mode 100644 meta-oe/recipes-support/fftw/fftw/club-libtool.patch diff --git a/meta-oe/recipes-support/fftw/fftw/club-libtool.patch b/meta-oe/recipes-suppo

[oe] [meta-gnome++][PATCH 00/31] De-rotten meta-gnome

2021-11-01 Thread Andreas Müller
Most notable changes: * Add mozjs-78 for gjs. It does not conflict with mozjs-91 * Add gtk4 to fullfill latest gnome-shell's requirement Due to mozjs being somewhat special in all kinds, this series has seen wide build tests: for glibc: * raspberrypi4 / raspberrypi4-64 * qemuriscv32 / qemuriscv6

[oe] [meta-gnome++][PATCH 03/31] mozjs: Move back to recipes-extended - no meta-python specifics required

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../mozjs/mozjs/0001-Cargo.toml-do-not-abort-on-panic.patch | 0 ...001-build-do-not-use-autoconf-s-config.sub-to-canonicali.patch | 0 .../mozjs/0002-moz.configure-do-not-look-for-llvm-objdump.patch | 0 ...003-rust.configure-do-not-try-to-find-a-suitabl

[oe] [meta-gnome++][PATCH 01/31] xfce4-sensors-plugin: upgrade 1.3.95 -> 1.4.1

2021-11-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...4-sensors-plugin_1.3.95.bb => xfce4-sensors-plugin_1.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-panel-plugins/sensors/{xfce4-sensors-plugin_1.3.95.bb => xfce4-sensors-plugin_1.4.1.bb} (91%) diff --git a/meta-xfce

[oe] [meta-perl] [PATCH] libcrypt-openssl-guess-perl: upgrade 0.13 -> 0.14

2021-11-01 Thread wangmy
0.14 2021-10-28T15:35:02Z macOS: check dylib exists in library paths (PR#11) backport from Net::SSLeay 1.91_01 (PR#10) Signed-off-by: Wang Mingyu --- ...l-guess-perl_0.13.bb => libcrypt-openssl-guess-perl_0.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-p

[oe] [meta-oe] [PATCH] grpc: upgrade 1.41.0 -> 1.41.1

2021-11-01 Thread wangmy
Signed-off-by: Wang Mingyu --- .../recipes-devtools/grpc/{grpc_1.41.0.bb => grpc_1.41.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/grpc/{grpc_1.41.0.bb => grpc_1.41.1.bb} (98%) diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.41.0.bb b/meta-oe

[oe] [meta-oe] [PATCH] avro-c: upgrade 1.10.2 -> 1.11.0

2021-11-01 Thread wangmy
release note: All signed release artifacts, signatures and verification instructions can be found here: https://avro.apache.org/releases.html This release includes 120 Jira issues, including some interesting features: Specification: AVRO-3212 Support documentation tags for FIXED types C#: AVRO-29

[oe] [meta-oe] [PATCH] botan: upgrade 2.18.1 -> 2.18.2

2021-11-01 Thread wangmy
Version 2.18.2, 2021-10-25 Avoid using short exponents when encrypting in ElGamal, as some PGP implementations generate keys with parameters that are weak when short exponents are used (GH #2794) Fix a low risk OAEP decryption side channel (GH #2797) Work around a miscompilation of SHA-3 caused b

[oe] [meta-oe] [PATCH] c-ares: upgrade 1.17.2 -> 1.18.1

2021-11-01 Thread wangmy
c-ares version 1.18.1 - Oct 27 2021 Bug fixes: ares_getaddrinfo() would return ai_addrlen of 16 for ipv6 adddresses rather than the sizeof(struct sockaddr_in6) Signed-off-by: Wang Mingyu --- .../c-ares/{c-ares_1.17.2.bb => c-ares_1.18.1.bb} | 2 +- 1 file changed, 1 insertion(+),

[oe] [meta-oe][PATCH] libssh: use https instead of git in SRC_URI

2021-11-01 Thread Yi Zhao
Set protocol to https as the git protocol doesn't work for this repo: $ git clone git://git.libssh.org/projects/libssh.git Cloning into 'libssh'... fatal: unable to connect to git.libssh.org: git.libssh.org[0: 78.46.21.5]: errno=Connection timed out git.libssh.org[1: 2a01:4f8:201:2294::2]: errno=N

Re: [oe] [meta-gnome][PATCH 4/4] gjs: Exclude from builds for now

2021-11-01 Thread Andreas Müller
Same give me few hours to test... On Mon, Nov 1, 2021 at 7:52 AM Khem Raj wrote: > > It needs forward porting to mozjs91+ until its done it is not buildable > > Signed-off-by: Khem Raj > --- > meta-gnome/recipes-gnome/gjs/gjs_1.70.0.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/

Re: [oe] [meta-gnome][PATCH 3/4] gjs: Upgrade to 1.70.0 + mozjs-91 branch

2021-11-01 Thread Andreas Müller
Please don't add this but wait few hours: Have mozjzs-78 and stable gjs. [1] It tool me a while to get mozjs-78/gjs build on all arches (yes I mean it: all qemu machines oe-core offers). Hope I am in the final test-iteration and can send out today... [1] https://github.com/schnitzeltony/meta-op