diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-11-05 13:44:50 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-11-27 13:38:50 -0800 |
commit | 4dd38351502a4b266d8eba958ca0661d9f85d0ba (patch) | |
tree | c2553a81c2bae89ac22f123102bab5967950fa0f | |
parent | 27ddb455543b670097e252ba0d0ad5b7e4101748 (diff) | |
download | meta-security-4dd38351502a4b266d8eba958ca0661d9f85d0ba.tar.gz |
cryptsetup tpm incubator: fix installed vs shipped
Fix [installed-vs-shipped] by adding /usr/lib/tmpfiles.d
on FILES.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/cryptsetup-tpm-incubator/cryptsetup-tpm-incubator_0.9.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm2/cryptsetup-tpm-incubator/cryptsetup-tpm-incubator_0.9.9.bb b/meta-tpm/recipes-tpm2/cryptsetup-tpm-incubator/cryptsetup-tpm-incubator_0.9.9.bb index 8385c94..b706d15 100644 --- a/meta-tpm/recipes-tpm2/cryptsetup-tpm-incubator/cryptsetup-tpm-incubator_0.9.9.bb +++ b/meta-tpm/recipes-tpm2/cryptsetup-tpm-incubator/cryptsetup-tpm-incubator_0.9.9.bb | |||
@@ -32,6 +32,7 @@ RRECOMMENDS_${PN} = "kernel-module-aes-generic \ | |||
32 | kernel-module-xts \ | 32 | kernel-module-xts \ |
33 | " | 33 | " |
34 | 34 | ||
35 | FILES_${PN} += "${libdir}/tmpfiles.d" | ||
35 | RDEPENDS_${PN} += "lvm2 libdevmapper" | 36 | RDEPENDS_${PN} += "lvm2 libdevmapper" |
36 | RRECOMMENDS_${PN} += "lvm2-udevrules" | 37 | RRECOMMENDS_${PN} += "lvm2-udevrules" |
37 | 38 | ||