Re: [OE-core] [PATCH 1/7, v3] openssh: replace complete configuration files by patch

2024-03-16 Thread Alexandre Belloni via lists.openembedded.org
Please always resend the whole series, the maintainer should have to go and cherry pick patches from various versions once the series has been dropped. On 12/03/2024 12:00:21+0100, Enrico Scholz via lists.openembedded.org wrote: > From: Enrico Scholz > > Instead of shipping the whole configurati

[OE-core] [PATCH] toolchain-shar-relocate.sh: Add check for missing command 'file'

2024-03-16 Thread Tom Hochstein
On a machine without the file command, the SDK install fails with a cryptic error message. ``` xargs: file: No such file or directory sed: no input files Failed to replace perl. Relocate script failed. Abort! ``` Add a test for 'file' to print a clear error message. ``` The command 'file' is req

Re: [oe-core][PATCH] bzip2: add libbz2.so.1.0 link for compat

2024-03-16 Thread Alexander Kanavin
It's better to backport the upstream patch, as nobody's going to remember why do_install snippet is there, or to remove it when there's a new release (if it doesn't cause installation conflicts). Alex On Sat, 16 Mar 2024 at 01:19, Randolph Sapp via lists.openembedded.org wrote: > > From: Randolp

Re: [OE-core] [PATCH] weston-init: Add --system for useradd

2024-03-16 Thread Alexander Kanavin
This, unfortunately, is a recipe-specific workaround for an issue that is general, and needs to be investigated properly. Please see the thread ' ''.bashrc': Unknown file type; file ignored". If you can join forces with Enrico and get to the bottom of it I'd appreciate, as I'm traveling/on holiday

Re: [OE-core] [PATCH V2] dnf: remove log_lock.pid before exit

2024-03-16 Thread Alexander Kanavin
On Fri, 15 Mar 2024 at 02:43, Changqing Li wrote: > This issue only happened when dnf log rotate is happened. maybe install > "a lot" packages can trigger reproduce this issue more quickly. Maybe logrotate threshold can as well be adjusted to happen on small, easily reproducible installations? >