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

Naveen Saini naveen.kumar.saini at intel.com
Tue Jul 23 20:08:43 PDT 2019


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 <naveen.kumar.saini at intel.com>
---
 recipes-support/jhi/jhi_1.33.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-support/jhi/jhi_1.33.bb b/recipes-support/jhi/jhi_1.33.bb
index 032f4d87..ab2d917d 100755
--- a/recipes-support/jhi/jhi_1.33.bb
+++ b/recipes-support/jhi/jhi_1.33.bb
@@ -55,6 +55,7 @@ FILES_${PN} = "\
                 ${sysconfdir} \
                 ${libdir} \
                 ${libdir}/dal/applets \
+                ${exec_prefix}/lib/tmpfiles.d \
                 ${systemd_system_unitdir} \
                 ${localstatedir}/cache/dal/applet_repository \
                 "
-- 
2.17.1



More information about the meta-intel mailing list