commit | 140d0615b41e51b85b1b7652deb4f7797a903f91 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Oct 04 12:01:38 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Oct 05 18:51:46 2021 +0000 |
tree | 1d66a9fdedca9c940cf853653557ff5ab4df3919 | |
parent | 5003195bc9939995fd9be199aa752e9ba5f4cbb6 [diff] |
phosphor-certificate-manager: simplify FILES directive The recipe has collected a bunch of needless FILES settings. Simplify to the current minimum required set. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0da538e22ea5d1284f32bd2d2c22bcb61db39bd1
diff --git a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb index 371967d..9f2c745 100644 --- a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
@@ -43,4 +43,4 @@ ${@bb.utils.contains('PACKAGECONFIG', 'bmcweb', 'phosphor-certificate-manager@bmcweb.service', '', d)} \ " -FILES:${PN}:append = " ${sysconfdir}/dbus-1 ${base_libdir} ${datadir} ${bindir}" +FILES:${PN}:append = " ${systemd_system_unitdir}/*"