X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-devtools%2Fpython%2Fpython-barbican_git.bb;h=6eabfbec9298daf8d7ec5794e4824fc27ba83855;hb=14e9b1bd86fc91ab1e7851531726df5867691559;hp=93b79efcbb12b4221f0470c73cb64cfc5ff23b28;hpb=309feac1a899c73782c0a30110d1afba1a400975;p=pti%2Frtp.git diff --git a/meta-stx/recipes-devtools/python/python-barbican_git.bb b/meta-stx/recipes-devtools/python/python-barbican_git.bb index 93b79ef..6eabfbe 100644 --- a/meta-stx/recipes-devtools/python/python-barbican_git.bb +++ b/meta-stx/recipes-devtools/python/python-barbican_git.bb @@ -88,6 +88,9 @@ do_install_append() { sed -e "s:%BARBICAN_CONF_DIR%:${sysconfdir}/${SRCNAME}:g" \ -i ${D}/${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/tests/api/test_resources_policy.py + + install -m 0755 -d ${D}/${sysconfdir}/tmpfiles.d + echo "d ${localstatedir}/log/barbican 0750 barbican barbican -" >> ${D}/${sysconfdir}/tmpfiles.d/barbican.conf } USERADD_PACKAGES = "${PN}" @@ -106,6 +109,7 @@ FILES_${SRCNAME} = "${sysconfdir}/${SRCNAME}/* \ ${bindir}/* \ ${localstatedir}/* \ ${systemd_system_unitdir} \ + ${sysconfdir}/tmpfiles.d/barbican.conf \ " ALLOW_EMPTY_${SRCNAME}-setup = "1"