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

Mittal, Anuj anuj.mittal at intel.com
Tue Jul 23 17:05:31 PDT 2019


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 <naveen.kumar.saini at intel.com>
> ---
>  recipes-support/jhi/jhi_1.33.bb | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/recipes-support/jhi/jhi_1.33.bb b/recipes-
> support/jhi/jhi_1.33.bb
> index 032f4d87..7f72dd72 100755
> --- a/recipes-support/jhi/jhi_1.33.bb
> +++ b/recipes-support/jhi/jhi_1.33.bb
> @@ -32,6 +32,11 @@ EXTRA_OECMAKE = "-DCMAKE_SKIP_RPATH=ON \
>                   -
> DAPP_REPO_DIR=${localstatedir}/cache/dal/applet_repository \
>                   "
>  
> +do_configure_prepend() {
> +    sed -i -e s:/usr/lib/tmpfiles.d:${libdir}/tmpfiles.d:g
> ${S}/CMakeLists.txt
> +    sed -i -e s:/usr/lib:${libdir}:g
> ${S}/service/linux/mk_applet_repo_dir.sh
> +}
> +
>  do_install_append () {
>          install -d ${D}${localstatedir}/cache/dal/applet_repository
>  
> -- 
> 2.17.1
> 



More information about the meta-intel mailing list