diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-28 13:17:03 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-29 13:16:56 +0000 |
commit | 27db959787748928e8e9f86fb68bbec56dad0f39 (patch) | |
tree | 9970bca02163578f6ec6fb56a7122c394a338f74 | |
parent | 3dc0db19e133b9d5bb4b841fb08c9ff3e370b7ed (diff) | |
download | meta-virtualization-27db959787748928e8e9f86fb68bbec56dad0f39.tar.gz |
cgroup-lite: convert remaining WORKDIR references to UNPACKDIR
While the WORKDIR references seem to work, they may not continue
to work. We switch to using UNPACKDIR which is where the SRC_URI
referenced elements / files will be placed by the fetcher.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/cgroup-lite/cgroup-lite_1.15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/cgroup-lite/cgroup-lite_1.15.bb b/recipes-containers/cgroup-lite/cgroup-lite_1.15.bb index 23ecfa4a..7d1ca23d 100644 --- a/recipes-containers/cgroup-lite/cgroup-lite_1.15.bb +++ b/recipes-containers/cgroup-lite/cgroup-lite_1.15.bb | |||
@@ -27,7 +27,7 @@ do_install() { | |||
27 | install -m 0755 ${S}/scripts/cgroups-umount ${D}/${base_bindir} | 27 | install -m 0755 ${S}/scripts/cgroups-umount ${D}/${base_bindir} |
28 | 28 | ||
29 | install -d ${D}${sysconfdir}/init.d | 29 | install -d ${D}${sysconfdir}/init.d |
30 | install -m 0755 ${WORKDIR}/cgroups-init ${D}${sysconfdir}/init.d/cgroups-init | 30 | install -m 0755 ${UNPACKDIR}/cgroups-init ${D}${sysconfdir}/init.d/cgroups-init |
31 | 31 | ||
32 | install -d ${D}${systemd_unitdir}/system | 32 | install -d ${D}${systemd_unitdir}/system |
33 | ln -sf /dev/null ${D}${systemd_unitdir}/system/cgroups-init.service | 33 | ln -sf /dev/null ${D}${systemd_unitdir}/system/cgroups-init.service |