summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2020-09-08 13:28:09 +0800
committerArmin Kuster <akuster808@gmail.com>2020-09-12 08:55:28 -0700
commit4221e5621c3cac03859a491cd37d38cdd4a7f4c7 (patch)
tree7fa067f45ea119edc441a03f94a5dc6121161884
parentfa9f747360960f6af7454d534e45263bcc15c015 (diff)
downloadmeta-security-4221e5621c3cac03859a491cd37d38cdd4a7f4c7.tar.gz
trousers: Fix the problem that do_package fails when multilib is enabled.
The following error will occur when multilib is enabled: ERROR: trousers-0.3.14+gitAUTOINC+e74dd1d967-r0 do_package: QA Issue: trousers: Files/directories were installed but not shipped in any package: /lib /lib/systemd /lib/systemd/system /lib/systemd/system/tcsd.service Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm/trousers/trousers_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm/trousers/trousers_git.bb b/meta-tpm/recipes-tpm/trousers/trousers_git.bb
index 992e7f2..27b4e2f 100644
--- a/meta-tpm/recipes-tpm/trousers/trousers_git.bb
+++ b/meta-tpm/recipes-tpm/trousers/trousers_git.bb
@@ -104,6 +104,8 @@ FILES_${PN}-doc = " \
104 ${mandir}/man8 \ 104 ${mandir}/man8 \
105 " 105 "
106 106
107FILES_${PN} += "${systemd_unitdir}/*"
108
107INITSCRIPT_NAME = "trousers" 109INITSCRIPT_NAME = "trousers"
108INITSCRIPT_PARAMS = "start 99 2 3 4 5 . stop 19 0 1 6 ." 110INITSCRIPT_PARAMS = "start 99 2 3 4 5 . stop 19 0 1 6 ."
109 111