Re: [OE-core] [PATCH v2] ltp: fix rpc build error

2020-12-19 Thread Kory Maincent
On Fri, 18 Dec 2020 13:36:10 + Richard Purdie wrote: > > @@ -42,14 +42,14 @@ inherit autotools-brokensep pkgconfig > > > > TARGET_CC_ARCH += "${LDFLAGS}" > > > > +export libdir := "${exec_prefix}/${baselib}" > > +export incdir := "${exec_prefix}/include" > > In general we try and avoid

Re: [OE-core] [PATCH v2] ltp: fix rpc build error

2020-12-18 Thread Peter Kjellerstedt
> -Original Message- > From: Köry Maincent > Sent: den 18 december 2020 15:08 > To: Peter Kjellerstedt > Cc: openembedded-core@lists.openembedded.org; > thomas.petazz...@bootlin.com > Subject: Re: [OE-core] [PATCH v2] ltp: fix rpc build error > > On Fri,

Re: [OE-core] [PATCH v2] ltp: fix rpc build error

2020-12-18 Thread Kory Maincent
On Fri, 18 Dec 2020 12:06:06 + Peter Kjellerstedt wrote: > > I did not notice but it brings an error and I sent a V3 with it. > > Your review returns this error: > > bb.data_smart.ExpansionError: Failure expanding variable incdir, > > expression was ${incdir} which triggered exception Excepti

Re: [OE-core] [PATCH v2] ltp: fix rpc build error

2020-12-18 Thread Richard Purdie
On Thu, 2020-12-17 at 15:07 +0100, Kory Maincent wrote: > Add support to tirpc tests build. > Export incdir and libdir to have the right path. > > Signed-off-by: Kory Maincent > --- > > Change since v1: > - Use PACKAGECONFIG to enable rpc tests > - Improve ${libdir} and ${incdir} export > >

Re: [OE-core] [PATCH v2] ltp: fix rpc build error

2020-12-18 Thread Peter Kjellerstedt
t; Subject: Re: [OE-core] [PATCH v2] ltp: fix rpc build error > > Hello Peter, > > On Thu, 17 Dec 2020 16:21:20 + > Peter Kjellerstedt wrote: > > > > > > > TARGET_CC_ARCH += "${LDFLAGS}" > > > > > > +export libdir := "${

Re: [OE-core] [PATCH v2] ltp: fix rpc build error

2020-12-18 Thread Kory Maincent
Hello Peter, On Thu, 17 Dec 2020 16:21:20 + Peter Kjellerstedt wrote: > > > > TARGET_CC_ARCH += "${LDFLAGS}" > > > > +export libdir := "${exec_prefix}/${baselib}" > > +export incdir := "${exec_prefix}/include" > > This should be a little bit better: > > export libdir := "${libdir}" >

Re: [OE-core] [PATCH v2] ltp: fix rpc build error

2020-12-17 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Kory Maincent > Sent: den 17 december 2020 15:08 > To: openembedded-core@lists.openembedded.org > Cc: thomas.petazz...@bootlin.com > Subject: [OE-core] [P

[OE-core] [PATCH v2] ltp: fix rpc build error

2020-12-17 Thread Kory Maincent
Add support to tirpc tests build. Export incdir and libdir to have the right path. Signed-off-by: Kory Maincent --- Change since v1: - Use PACKAGECONFIG to enable rpc tests - Improve ${libdir} and ${incdir} export meta/recipes-extended/ltp/ltp_20200930.bb | 6 +++--- 1 file changed, 3 inser