mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
tpm2-abrmd: Fix QA error
QA Issue: tpm2-abrmd: Files/directories were installed but not
shipped in any package:
/usr/share/dbus-1
/usr/share/dbus-1/system-services
/usr/share/dbus-1/system-services/com.intel.tss2.Tabrmd.service
Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
a9d4473164
commit
31dc4e7532
@@ -46,7 +46,8 @@ do_install_append() {
|
||||
install -m 0644 "${WORKDIR}/tpm2-abrmd.default" "${D}${sysconfdir}/default/tpm2-abrmd"
|
||||
}
|
||||
|
||||
FILES_${PN} += "${libdir}/systemd/system-preset"
|
||||
FILES_${PN} += "${libdir}/systemd/system-preset \
|
||||
${datadir}/dbus-1"
|
||||
|
||||
RDEPENDS_${PN} += "tpm2.0-tss"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user