diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-05-13 14:16:55 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-23 08:44:44 -0700 |
commit | ffc64e9c6fee0af7eea3466135416d011172a5e6 (patch) | |
tree | b9effa069d9af3c63d6f3a41caff6b887450522c /meta-networking/recipes-support/openipmi/openipmi_2.0.35.bb | |
parent | a90f89dbc7eff2ae83bab6a6676f4737c0b48a8d (diff) | |
download | meta-openembedded-ffc64e9c6fee0af7eea3466135416d011172a5e6.tar.gz |
recipes: Start WORKDIR -> UNPACKDIR transition
Replace references of WORKDIR with UNPACKDIR where it makes sense to do
so in preparation for changing the default value of UNPACKDIR.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/openipmi/openipmi_2.0.35.bb')
-rw-r--r-- | meta-networking/recipes-support/openipmi/openipmi_2.0.35.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/openipmi/openipmi_2.0.35.bb b/meta-networking/recipes-support/openipmi/openipmi_2.0.35.bb index 1209c064f..c7c757367 100644 --- a/meta-networking/recipes-support/openipmi/openipmi_2.0.35.bb +++ b/meta-networking/recipes-support/openipmi/openipmi_2.0.35.bb | |||
@@ -102,10 +102,10 @@ do_install:append () { | |||
102 | 102 | ||
103 | # for systemd | 103 | # for systemd |
104 | install -d ${D}${systemd_unitdir}/system | 104 | install -d ${D}${systemd_unitdir}/system |
105 | install -m 0664 ${WORKDIR}/ipmi.service ${D}${systemd_unitdir}/system | 105 | install -m 0664 ${UNPACKDIR}/ipmi.service ${D}${systemd_unitdir}/system |
106 | sed -i -e "s,@LIBEXECDIR@,${libexecdir},g" ${D}${systemd_unitdir}/system/ipmi.service | 106 | sed -i -e "s,@LIBEXECDIR@,${libexecdir},g" ${D}${systemd_unitdir}/system/ipmi.service |
107 | install -d ${D}${libexecdir} | 107 | install -d ${D}${libexecdir} |
108 | install -m 0755 ${WORKDIR}/openipmi-helper ${D}${libexecdir} | 108 | install -m 0755 ${UNPACKDIR}/openipmi-helper ${D}${libexecdir} |
109 | } | 109 | } |
110 | 110 | ||
111 | INITSCRIPT_NAME = "ipmi" | 111 | INITSCRIPT_NAME = "ipmi" |