summaryrefslogtreecommitdiffstats
path: root/meta-tpm
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2024-05-28 13:44:06 +0800
committerArmin Kuster <akuster808@gmail.com>2024-06-17 08:25:25 -0400
commitceb47a8a39c4cec612db63fab573124960f52a8d (patch)
tree13ec8838f74f2318000f1433f8e7167b6ea41e40 /meta-tpm
parent651767d0283e25e303ecfa64eb6d2940dfa58001 (diff)
downloadmeta-security-ceb47a8a39c4cec612db63fab573124960f52a8d.tar.gz
recipes: WORKDIR -> UNPACKDIR transition
* WORKDIR -> UNPACKDIR transition * Switch away from S = WORKDIR Signed-off-by: Changqing Li <changqing.li@windriver.com> [Fixed up the smack changes due to prior patch] Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm')
-rw-r--r--meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_3.0.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_3.0.0.bb b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_3.0.0.bb
index ea2433c..24fd5b5 100644
--- a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_3.0.0.bb
+++ b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_3.0.0.bb
@@ -40,10 +40,10 @@ PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir},
40 40
41do_install:append() { 41do_install:append() {
42 install -d "${D}${sysconfdir}/init.d" 42 install -d "${D}${sysconfdir}/init.d"
43 install -m 0755 "${WORKDIR}/tpm2-abrmd-init.sh" "${D}${sysconfdir}/init.d/tpm2-abrmd" 43 install -m 0755 "${UNPACKDIR}/tpm2-abrmd-init.sh" "${D}${sysconfdir}/init.d/tpm2-abrmd"
44 44
45 install -d "${D}${sysconfdir}/default" 45 install -d "${D}${sysconfdir}/default"
46 install -m 0644 "${WORKDIR}/tpm2-abrmd.default" "${D}${sysconfdir}/default/tpm2-abrmd" 46 install -m 0644 "${UNPACKDIR}/tpm2-abrmd.default" "${D}${sysconfdir}/default/tpm2-abrmd"
47} 47}
48 48
49FILES:${PN} += "${libdir}/systemd/system-preset \ 49FILES:${PN} += "${libdir}/systemd/system-preset \