Re: [OE-core] [PATCH] libxcrypt.inc: use alternatives to resolve crypt.3 conflict

2023-12-05 Thread Changqing Li
On 12/6/23 02:27, Khem Raj wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Tue, Dec 5, 2023 at 3:48 AM Ross Burton wrote: On 5 Dec 2023, at 01:41, Changqing Li via

Re: [OE-core] [PATCH] libxcrypt.inc: use alternatives to resolve crypt.3 conflict

2023-12-05 Thread Khem Raj
On Tue, Dec 5, 2023 at 3:48 AM Ross Burton wrote: > > On 5 Dec 2023, at 01:41, Changqing Li via lists.openembedded.org > wrote: > > > > From: Changqing Li > > > > To fix: > > > > Error: Transaction test error: > > file /usr/share/man/man3/crypt.3 from install of > >

Re: [OE-core] [PATCH] libxcrypt.inc: use alternatives to resolve crypt.3 conflict

2023-12-05 Thread Ross Burton
On 5 Dec 2023, at 01:41, Changqing Li via lists.openembedded.org wrote: > > From: Changqing Li > > To fix: > > Error: Transaction test error: > file /usr/share/man/man3/crypt.3 from install of > libcrypt-doc-4.4.33-r0.x86_64 conflicts with file from package > man-pages-6.04-r0.x86_64

Re: [OE-core] [PATCH] libxcrypt.inc: use alternatives to resolve crypt.3 conflict

2023-12-05 Thread Alexandre Belloni via lists.openembedded.org
This causes: stdio: WARNING: libxcrypt-4.4.36-r0 do_package: libxcrypt: alternative target (/usr/bin/crypt_r.3 or /usr/bin/crypt_r.3.libxcrypt) does not exist, skipping... stdio: WARNING: libxcrypt-4.4.36-r0 do_package: libxcrypt: NOT adding alternative provide /usr/bin/crypt_r.3:

[OE-core] [PATCH] libxcrypt.inc: use alternatives to resolve crypt.3 conflict

2023-12-04 Thread Changqing Li
From: Changqing Li To fix: Error: Transaction test error: file /usr/share/man/man3/crypt.3 from install of libcrypt-doc-4.4.33-r0.x86_64 conflicts with file from package man-pages-6.04-r0.x86_64 Signed-off-by: Changqing Li --- meta/recipes-core/libxcrypt/libxcrypt.inc | 7 ++- 1