diff options
| author | Changqing Li <changqing.li@windriver.com> | 2024-05-28 13:44:06 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-06-17 08:25:25 -0400 |
| commit | ceb47a8a39c4cec612db63fab573124960f52a8d (patch) | |
| tree | 13ec8838f74f2318000f1433f8e7167b6ea41e40 /meta-tpm | |
| parent | 651767d0283e25e303ecfa64eb6d2940dfa58001 (diff) | |
| download | meta-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.bb | 4 |
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 | ||
| 41 | do_install:append() { | 41 | do_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 | ||
| 49 | FILES:${PN} += "${libdir}/systemd/system-preset \ | 49 | FILES:${PN} += "${libdir}/systemd/system-preset \ |
