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
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
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
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