[oe] [meta-oe][dunfell][PATCH] nodejs: fix native node-gyp to work with python-3.11

2023-05-16 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../nodejs/python-3.11-invalid-mode-rU.patch | 46 +++ .../nodejs/nodejs_12.22.12.bb | 1 + 2 files changed, 47 insertions(+) create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/python-3.11-invalid-mode-rU.patch diff --git

Re: [oe] [meta-oe][PATCH] fmt: upgrade 9.1.0 -> 10.0.0

2023-05-16 Thread wangmy
I confirmed the latest commit of mpd from upstream is no problem. However, since it has not been released yet, typing only a few patches may cause other issues. I plan to resubmit patches after all fmt related packages are upgraded.   -- Best Regards

Re: [oe] [meta-oe][PATCH] fmt: upgrade 9.1.0 -> 10.0.0

2023-05-16 Thread Khem Raj
Hi Hains Thanks for these fixes. There are more failures seen with clang16 + libc++ https://errors.yoctoproject.org/Errors/Details/704259/ https://errors.yoctoproject.org/Errors/Details/704258/ On Mon, May 15, 2023 at 1:41 AM Hains van den Bosch wrote: > > Regarding spdlog, you can update to l

Re: [oe] [meta-multimedia] [PATCH] mpd: fix build error when fmt updated

2023-05-16 Thread Khem Raj
here is next error https://errors.yoctoproject.org/Errors/Details/704258/ On Tue, May 16, 2023 at 1:13 AM wangmy wrote: > > From: Wang Mingyu > > backport upstream patch for build error when fmt updated: > ix-build-error-when-fmt-updated.patch > minor-fixup-for-libfmt10.patch > > Signed-off-by:

Re: [oe] [meta-oe][PATCH] ipmitool: Update links

2023-05-16 Thread Khem Raj
Can you send it inline using git format-patch and git send-email ? On Tue, May 16, 2023 at 1:32 PM Alexander Amelkin wrote: > > The project has been moved to CodeBerg.org. > Update the links in the recipe and also bump to the > latest revision (1.8.19.13). > > Additionally fix the link to the IAN

[oe] [meta-oe][PATCH] ipmitool: Update links

2023-05-16 Thread Alexander Amelkin
The project has been moved to CodeBerg.org. Update the links in the recipe and also bump to the latest revision (1.8.19.13). Additionally fix the link to the IANA PEN registry as IANA has changed their URL scheme some time ago and the old link started pointing to the HTML page instead of the text

Re: [oe] [meta-oe][master][mickledore][langdale][kirkstone][dunfell][PATCH] apache2: upgrade 2.4.56 -> 2.4.57

2023-05-16 Thread Valeria Petrov via lists.openembedded.org
Armin, Thank you very much. Best regards, Valeria -Original Message- From: akuster808 Sent: Tuesday, 16 May 2023 13:32 To: Valeria Petrov ; openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][master][mickledore][langdale][kirkstone][dunfell][PATCH] apache2: upgrade

[oe] [meta-oe][PATCH] libmad: Add a patch to pass cflags to build

2023-05-16 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-Respect-the-cflags-from-environment.patch | 47 +++ .../libmad/libmad_0.15.1b.bb | 1 + 2 files changed, 48 insertions(+) create mode 100644 meta-oe/recipes-multimedia/libmad/libmad/0001-configure-Respect-the-cflags-from-environm

Re: [oe] bug: meta-networking: networkmanager: Langdale: duplicate NetworkManager services at runtime

2023-05-16 Thread Ken Sloat via lists.openembedded.org
Hi Tim, Thanks for your reply. INIT_MANAGER did not work for me in Langdale either, but I tried Mickledore and see that it does work. I dug into this a bit more and figured out the issue, which was already fixed here: https://git.yoctoproject.org/poky/commit/meta-poky/conf/distro/poky.conf?h=mic

[oe] [meta-oe][PATCH] uw-imap: Pass CFLAGS from environment

2023-05-16 Thread Khem Raj
This ensures that -ffile-prefix-map passed to compiler Fixes WARNING: uw-imap-2007f-r0 do_package_qa: QA Issue: File /usr/lib/libc-client.a in package uw-imap-staticdev contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb | 2 +

Re: [oe] [meta-oe][PATCH 4/7] evince: update 44.0 -> 44.1

2023-05-16 Thread Khem Raj
On Mon, May 15, 2023 at 10:52 PM Markus Volk wrote: > > I think it's just a reproducibility issue because the buildpath makes it into > the debug package > > Am Di, 16. Mai 2023 um 07:45:12 +0200 schrieb Markus Volk : > > Am Mo, 15. Mai 2023 um 22:26:45 -0700 schrieb Khem Raj : > > do these files

Re: [oe] dunfell merge request: May 16th

2023-05-16 Thread Khem Raj
merged thanks Armin On Tue, May 16, 2023 at 4:12 AM akuster808 wrote: > > The following changes since commit e39b002df9675776cc99dccdcac07607ce783b15: > >multipath-tools: CVE-2022-41973 Symlink attack multipathd operates > insecurely (2023-05-05 07:20:59 -0400) > > are available in the Git re

[oe] [meta-oe] [PATCH] libusbgx: check scripts in /etc/usbgx.d

2023-05-16 Thread Ming Liu
From: Ming Liu Sometimes an end user might want to change some values in /sys/kernel/config/usb_gadget/ at runtime, for instance, a product id or serial number must be read from /proc/device-tree, and so on. Support that by letting gadget-start run all scripts in /etc/usbgx.d after importing the

[oe] [meta-oe] [PATCH] libusbgx: drop hard-coded /usr/bin,/etc

2023-05-16 Thread Ming Liu
From: Ming Liu Drop hard-coded /usr/bin,/etc from gadget-start. Signed-off-by: Ming Liu --- meta-oe/recipes-support/libusbgx/libusbgx_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libusbgx/libusbgx_git.bb b/meta-oe/recipes-support/libusb

Re: [oe] [meta-oe][master][mickledore][langdale][kirkstone][dunfell][PATCH] apache2: upgrade 2.4.56 -> 2.4.57

2023-05-16 Thread Armin Kuster
On 5/9/23 10:12 AM, Valeria Petrov via lists.openembedded.org wrote: Ping. Kirkstone  done and dunfell was just requested to be merged. -armin Thanks, -Original Message- From: Valeria Petrov Sent: Tuesday, 25 April 2023 17:45 To: Khem Raj Cc: openembedded-devel@lists.openembedde

[oe] dunfell merge request: May 16th

2023-05-16 Thread Armin Kuster
The following changes since commit e39b002df9675776cc99dccdcac07607ce783b15:   multipath-tools: CVE-2022-41973 Symlink attack multipathd operates insecurely (2023-05-05 07:20:59 -0400) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded dunfell-next for y

[oe] [meta-oe] [PATCH] spdlog: fix build error for master fmt

2023-05-16 Thread wangmy
From: Wang Mingyu error message: include/spdlog/common.h:168:111: error: 'basic_runtime' is not a member of 'fmt' Add fix-build-for-master-fmt.patch: * update fmt_runtime_string macro * fix build of updated macro Signed-off-by: Wang Mingyu --- .../spdlog/fix-build-for-master-fmt.patch | 4

[oe] [meta-multimedia] [PATCH] mpd: fix build error when fmt updated

2023-05-16 Thread wangmy
From: Wang Mingyu backport upstream patch for build error when fmt updated: ix-build-error-when-fmt-updated.patch minor-fixup-for-libfmt10.patch Signed-off-by: Wang Mingyu --- .../fix-build-error-when-fmt-updated.patch| 71 +++ .../mpd/minor-fixup-for-libfmt10.patch

[oe] [meta-oe] [PATCH] wavpack: upgrade 4.60.1 -> 5.1.0

2023-05-16 Thread wangmy
From: Wang Mingyu Changelog: Signed-off-by: Wang Mingyu --- meta-oe/recipes-multimedia/wavpack/wavpack_4.60.1.bb | 10 -- meta-oe/recipes-multimedia/wavpack/wavpack_5.1.0.bb | 9 + 2 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 meta-oe/recipes-multimedi