Re: [yocto] [meta-security][PATCH] keyutils: fix library install path

2019-05-17 Thread akuster808
On 5/17/19 1:20 PM, Martin Jansa wrote: > When you're on it, can you please check if it works with multilib? > > I think $(USRLIBDIR) doesn't respect ${libdir} from OE, so it always > installs the library to /usr/lib instead of e.g. /usr/lib64 with > multlilib. Thank, Will do. - armin > >

Re: [yocto] [meta-security][PATCH] keyutils: fix library install path

2019-05-17 Thread Martin Jansa
When you're on it, can you please check if it works with multilib? I think $(USRLIBDIR) doesn't respect ${libdir} from OE, so it always installs the library to /usr/lib instead of e.g. /usr/lib64 with multlilib. e.g. recipes-security/ccs-tools/ccs-tools_1.8.4.bb is setting USRLIBDIR=${libdir}, I

[yocto] [meta-security][PATCH] keyutils: fix library install path

2019-05-17 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../files/fix_library_install_path.patch | 28 +++ recipes-security/keyutils/keyutils_1.6.bb | 1 + 2 files changed, 29 insertions(+) create mode 100644 recipes-security/keyutils/files/fix_library_install_path.patch diff --git