mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
docker-distribution: 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>
This commit is contained in:
parent
d190fb4a13
commit
01a6b4771f
|
@ -48,7 +48,7 @@ do_install() {
|
|||
|
||||
if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
|
||||
install -d ${D}${systemd_unitdir}/system
|
||||
install -m 644 ${WORKDIR}/docker-registry.service ${D}/${systemd_unitdir}/system
|
||||
install -m 644 ${UNPACKDIR}/docker-registry.service ${D}/${systemd_unitdir}/system
|
||||
fi
|
||||
|
||||
install -d ${D}/${sysconfdir}/docker-distribution/registry/
|
||||
|
|
Loading…
Reference in New Issue
Block a user