mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
tipcutils: Replace WORKDIR with UNPACKDIR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -46,7 +46,7 @@ do_install:append() {
|
|||||||
# Install systemd related configuration file
|
# Install systemd related configuration file
|
||||||
if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
|
if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
|
||||||
install -d ${D}${sysconfdir}/modules-load.d
|
install -d ${D}${sysconfdir}/modules-load.d
|
||||||
install -m 0644 ${WORKDIR}/tipcutils.conf ${D}${sysconfdir}/modules-load.d
|
install -m 0644 ${UNPACKDIR}/tipcutils.conf ${D}${sysconfdir}/modules-load.d
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user