mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-30 12:30:36 +00:00
tpm2.0-tss: Remove resourcemgr sub-package
Since in 2.0.x branch resourcemgr was removed as deprecated by
commit 7966ef8916f79ed09eab966a58d773f413fbb67f ("Remove resourcemgr
and fixup build.") and commit 0e175d36c13b1801d75ae768ac520154585326f8
("contrib: Remove systemd service and udev rules for old resourcemgr."),
remove resourcemgr sub-package with it's components.
Build will fail when trying sed command on resourcemgr.service
(No such file or directory).
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
393db42323
commit
22c18444aa
@@ -24,22 +24,6 @@ EXTRA_USERS_PARAMS = "\
|
|||||||
groupadd tss; \
|
groupadd tss; \
|
||||||
"
|
"
|
||||||
|
|
||||||
SYSTEMD_PACKAGES = "resourcemgr"
|
|
||||||
SYSTEMD_SERVICE_resourcemgr = "resourcemgr.service"
|
|
||||||
SYSTEMD_AUTO_ENABLE_resourcemgr = "enable"
|
|
||||||
|
|
||||||
do_patch[postfuncs] += "${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','fix_systemd_unit','', d)}"
|
|
||||||
fix_systemd_unit () {
|
|
||||||
sed -i -e 's;^ExecStart=.*/resourcemgr;ExecStart=${sbindir}/resourcemgr;' ${S}/contrib/resourcemgr.service
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install_append() {
|
|
||||||
if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
|
|
||||||
install -d ${D}${systemd_system_unitdir}
|
|
||||||
install -m0644 ${S}/contrib/resourcemgr.service ${D}${systemd_system_unitdir}/resourcemgr.service
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
PROVIDES = "${PACKAGES}"
|
PROVIDES = "${PACKAGES}"
|
||||||
PACKAGES = " \
|
PACKAGES = " \
|
||||||
${PN} \
|
${PN} \
|
||||||
@@ -57,7 +41,6 @@ PACKAGES = " \
|
|||||||
libtss2 \
|
libtss2 \
|
||||||
libtss2-dev \
|
libtss2-dev \
|
||||||
libtss2-staticdev \
|
libtss2-staticdev \
|
||||||
resourcemgr \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_libtss2-tcti-device = "${libdir}/libtss2-tcti-device.so.*"
|
FILES_libtss2-tcti-device = "${libdir}/libtss2-tcti-device.so.*"
|
||||||
@@ -89,5 +72,3 @@ FILES_libtss2-dev = " \
|
|||||||
FILES_libtss2-staticdev = "${libdir}/libtss*a"
|
FILES_libtss2-staticdev = "${libdir}/libtss*a"
|
||||||
|
|
||||||
FILES_${PN} = "${libdir}/udev"
|
FILES_${PN} = "${libdir}/udev"
|
||||||
|
|
||||||
FILES_resourcemgr = "${sbindir}/resourcemgr ${systemd_system_unitdir}/resourcemgr.service"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user