bedded-core@lists.openembedded.org
> > > On Behalf Of leimaohui
> > > via lists.openembedded.org
> > > Sent: Friday, April 19, 2024 9:16 AM
> > > To: Alexander Kanavin
> > > Cc: openembedded-core@lists.openembedded.org
> > > Subject: Re: [OE-
t; > To: Alexander Kanavin
> > Cc: openembedded-core@lists.openembedded.org
> > Subject: Re: [OE-core][PATCH v2] libbsd: Fix conflict error when enable
> > multilib.
> >
> > Hi, Alex
> >
> > > Can you explain a bit more? Why and how is it not correct?
t; From: Alexander Kanavin
> > Sent: Thursday, April 18, 2024 1:33 PM
> > To: Lei, Maohui
> > Cc: openembedded-core@lists.openembedded.org
> > Subject: Re: [OE-core][PATCH v2] libbsd: Fix conflict error when enable
> > multilib.
> >
> > On Thu, 18
Subject: Re: [OE-core][PATCH v2] libbsd: Fix conflict error when enable
> multilib.
>
> On Thu, 18 Apr 2024 at 03:23, leimaohui via lists.openembedded.org
> wrote:
> > - The path of cdefs-64.h and cdefs-32.h in cdefs.h is not correct for
> > libbsd after
> enable oe_
On Thu, 18 Apr 2024 at 03:23, leimaohui via lists.openembedded.org
wrote:
> - The path of cdefs-64.h and cdefs-32.h in cdefs.h is not correct for libbsd
> after enable oe_multilib_header on cdefs.h. It is necessary to fix the path.
> +do_install:append () {
> + oe_multilib_header bsd/sys/cd
From: Lei Maohui
- The conflict error is as the following:
Error: Transaction test error:
file /usr/include/bsd/sys/cdefs.h conflicts between attempted installs of
libbsd-dev-0.12.1-r0.core2_64 and lib32-libbsd-dev-0.12.1-r0.core2_32
The difference of bsd/sys/cdefs.h between libbsd-dev and li