[OE-core] [PATCH] libseccomp: remove redundant PV assignment

2023-12-22 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- meta/recipes-support/libseccomp/libseccomp_2.5.5.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb b/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb index a9c617fe9eb..06ba5e9c98e

[OE-core] [PATCH] glib-networking: Fix ptest failures with openssl backend

2023-12-22 Thread Khem Raj
Signed-off-by: Khem Raj --- ...Disable-test_unclean_close_by_server.patch | 42 +++ .../glib-networking/glib-networking_2.78.0.bb | 5 ++- 2 files changed, 45 insertions(+), 2 deletions(-) create mode 100644

Re: [OE-core] [PATCH V4] rxvt-unicode: set correct outdir for tic

2023-12-22 Thread Ross Burton
These patches were rejected by upstream: http://lists.schmorp.de/pipermail/rxvt-unicode/2023q4/002673.html Will you be sending a revised iteration? Ross > On 22 Dec 2023, at 08:38, Changqing Li via lists.openembedded.org > wrote: > > From: Changqing Li > > * tic is from ncurses-native,

[OE-core] Patchtest results for [PATCH] glib-networking: Fix ptest failures with openssl backend

2023-12-22 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/glib-networking-Fix-ptest-failures-with-openssl-backend.patch FAIL: test commit message presence: Please include a

[OE-core] Patchtest results for [PATCH 1/2] libadwaita: update 1.4.0 -> 1.4.2

2023-12-22 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/1-2-libadwaita-update-1.4.0---1.4.2.patch FAIL: test commit message presence: Please include a commit message on

[OE-core] Patchtest results for [PATCH 2/2] appstream: update 0.16.3 -> 1.0.1

2023-12-22 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/2-2-appstream-update-0.16.3---1.0.1.patch FAIL: test commit message presence: Please include a commit message on

Re: [OE-core] [PATCH V3] rust-cross-canadian: Fix file conflicts for arm and aarch64

2023-12-22 Thread Ross Burton
On 16 Dec 2023, at 08:56, Hemraj, Deepthi via lists.openembedded.org wrote: > The current patch modifies CARGO_ENV_SETUP_SH and RUST_ENV_SETUP_SH macros > that uses MLPREFIX based on the multilib architecture. > Hence, creates different file names for the environment setup scripts and >

[OE-core][dunfell][PATCH] openssh: backport Debian patch for CVE-2023-48795

2023-12-22 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri import patches from ubuntu to fix CVE-2023-48795 Upstream-Status: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/openssh/tree/debian/patches?h=ubuntu%2Ffocal-security Upstream commit

[OE-core][PATCH] classes-global/sstate: Fix variable typo

2023-12-22 Thread Joshua Watt
The vardepsexclude was subtly wrong in that it referenced STATE_MANMACH when the actual variable name is SSTATE_MANMACH. Signed-off-by: Joshua Watt --- meta/classes-global/sstate.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-global/sstate.bbclass

Re: [OE-core] [meta-oe][PATCH v2] uninative-tarball.xz - reproducibility fix

2023-12-22 Thread Randy MacLeod via lists.openembedded.org
On 2023-06-30 9:14 a.m., Robert Berger via lists.openembedded.org wrote: see: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15148 Signed-off-by: Robert Berger --- meta/classes-recipe/populate_sdk_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 2/2] appstream: update 0.16.3 -> 1.0.1

2023-12-22 Thread Alexandre Belloni via lists.openembedded.org
https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/5512/steps/12/logs/errors On 22/12/2023 11:46:31+0100, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > ...-meson-do-not-rely-on-an-exe-wrapper.patch | 36 --- >

[OE-core][PATCH v5] kernel.bbclass: make do_symlink_kernelsrc reentrant

2023-12-22 Thread Etienne Cordonnier via lists.openembedded.org
From: Etienne Cordonnier The function do_symlink_kernsrc is not reentrant in the case where S is defined to a non-default value. This causes build-failures e.g. when building linux-yocto, then updating poky to a commit which modifies kernel.bbclass, and then building linux-yocto again.

[OE-core] [PATCH 1/2] libadwaita: update 1.4.0 -> 1.4.2

2023-12-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libadwaita/{libadwaita_1.4.0.bb => libadwaita_1.4.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/libadwaita/{libadwaita_1.4.0.bb => libadwaita_1.4.2.bb} (88%) diff --git

[OE-core] [PATCH 2/2] appstream: update 0.16.3 -> 1.0.1

2023-12-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-meson-do-not-rely-on-an-exe-wrapper.patch | 36 --- .../0001-remove-hardcoded-path.patch | 28 --- ...appstream_0.16.3.bb => appstream_1.0.1.bb} | 10 +++--- 3 files changed, 19 insertions(+), 55 deletions(-) delete

[OE-core] [PATCH V4] rxvt-unicode: set correct outdir for tic

2023-12-22 Thread Changqing Li
From: Changqing Li * tic is from ncurses-native, and set TERMINFO as ${RECIPE_SYSROOT_NATIVE}/${datadir}/terminfo of ncurses-native, so the rxvt-unicode terminfo will be wrongly installed in there. set the outdir explicitly to install them to correct dir. * Add ncurses-native as DEPENDS to fix

Re: [OE-core] [PATCH] sstate.bbclass: Only sign packages at the time of their creation

2023-12-22 Thread Richard Purdie
On Fri, 2023-12-22 at 07:09 +0100, Tobias Hagelborn wrote: > From: Tobias Hagelborn > > The purpose of the change is to never sign a package not created by > the build itself. > > sstate_create_package is refactored into Python and re-designed > to handle signing inside the function. Thus, the