From 27db959787748928e8e9f86fb68bbec56dad0f39 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 28 May 2024 13:17:03 +0000 Subject: [PATCH] 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 --- recipes-containers/cgroup-lite/cgroup-lite_1.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { install -m 0755 ${S}/scripts/cgroups-umount ${D}/${base_bindir} install -d ${D}${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/cgroups-init ${D}${sysconfdir}/init.d/cgroups-init + install -m 0755 ${UNPACKDIR}/cgroups-init ${D}${sysconfdir}/init.d/cgroups-init install -d ${D}${systemd_unitdir}/system ln -sf /dev/null ${D}${systemd_unitdir}/system/cgroups-init.service