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 <[email protected]> --- 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 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
