Re: [OE-core] [PATCH v2 2/4] libcap: fix (base_)libdir usage

2018-05-08 Thread Mark Asselstine
On Tuesday, May 8, 2018 2:26:47 PM EDT Mark Asselstine wrote: > On Tuesday, May 8, 2018 1:46:43 PM EDT Ricardo Salveti wrote: > > On Mon, Apr 16, 2018 at 10:00 AM, Koen Kooi > > wrote: > > > The recipe wants to install libs into base_libdir, but uses "basename > > > $libdir" to derive that. That

Re: [OE-core] [PATCH v2 2/4] libcap: fix (base_)libdir usage

2018-05-08 Thread Mark Asselstine
On Tuesday, May 8, 2018 1:46:43 PM EDT Ricardo Salveti wrote: > On Mon, Apr 16, 2018 at 10:00 AM, Koen Kooi wrote: > > The recipe wants to install libs into base_libdir, but uses "basename > > $libdir" to derive that. That breaks in a multiarch setup. Use the proper > > variable and remove the in

Re: [OE-core] [PATCH v2 2/4] libcap: fix (base_)libdir usage

2018-05-08 Thread Ricardo Salveti
On Mon, Apr 16, 2018 at 10:00 AM, Koen Kooi wrote: > The recipe wants to install libs into base_libdir, but uses "basename > $libdir" to derive that. That breaks in a multiarch setup. Use the proper > variable and remove the inline python usage. > > Signed-off-by: Koen Kooi > --- > meta/recipe

[OE-core] [PATCH v2 2/4] libcap: fix (base_)libdir usage

2018-04-16 Thread Koen Kooi
The recipe wants to install libs into base_libdir, but uses "basename $libdir" to derive that. That breaks in a multiarch setup. Use the proper variable and remove the inline python usage. Signed-off-by: Koen Kooi --- meta/recipes-support/libcap/libcap_2.25.bb | 2 +- 1 file changed, 1 inserti