[meta-intel] [PATCH v2] jhi: fix QA failure for multilib build

2019-07-23 Thread Naveen Saini
systemd-tmpfiles uses the configuration files from the /usr/lib/tmpfiles.d/*.conf location. So need to keep them at /usr/lib/ irrespective of ${libdir} value. Signed-off-by: Naveen Saini --- recipes-support/jhi/jhi_1.33.bb | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [meta-intel] [PATCH] jhi: fix QA failure for multilib build

2019-07-23 Thread Saini, Naveen Kumar
On 7/24/19 9:29 AM, ChenQi wrote: On 07/23/2019 08:07 PM, Naveen Saini wrote: CMakeLists.txt was using hard code path to install tmpfiles.d/jhi.conf, which causing QA issue during multilib build. Signed-off-by: Naveen Saini ---   recipes-support/jhi/jhi_1.33.bb | 5 +   1 file changed, 5

Re: [meta-intel] [PATCH] jhi: fix QA failure for multilib build

2019-07-23 Thread ChenQi
On 07/23/2019 08:07 PM, Naveen Saini wrote: CMakeLists.txt was using hard code path to install tmpfiles.d/jhi.conf, which causing QA issue during multilib build. Signed-off-by: Naveen Saini --- recipes-support/jhi/jhi_1.33.bb | 5 + 1 file changed, 5 insertions(+) diff --git

Re: [meta-intel] [PATCH] jhi: fix QA failure for multilib build

2019-07-23 Thread Mittal, Anuj
Can you please submit the change upstream to make this work for all? Thanks, Anuj On Tue, 2019-07-23 at 20:07 +0800, Naveen Saini wrote: > CMakeLists.txt was using hard code path > to install tmpfiles.d/jhi.conf, which causing > QA issue during multilib build. > > Signed-off-by: Naveen Saini >

[meta-intel] [PATCH] jhi: fix QA failure for multilib build

2019-07-23 Thread Naveen Saini
CMakeLists.txt was using hard code path to install tmpfiles.d/jhi.conf, which causing QA issue during multilib build. Signed-off-by: Naveen Saini --- recipes-support/jhi/jhi_1.33.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-support/jhi/jhi_1.33.bb