mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
systemd: fix out of tree builds
(From OE-Core rev: 79b7c56cb5d6a0b75e7df01fd3cfef4111bf69ae) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ee82461e09
commit
65b9c025eb
@@ -81,7 +81,7 @@ do_configure_prepend() {
|
||||
export STRINGS="${HOST_PREFIX}strings"
|
||||
export GPERF="${HOST_PREFIX}gperf"
|
||||
|
||||
sed -i -e 's:=/root:=${ROOT_HOME}:g' units/*.service*
|
||||
sed -i -e 's:=/root:=${ROOT_HOME}:g' ${S}/units/*.service*
|
||||
}
|
||||
|
||||
EXTRA_OEMAKE = "rootlibexecdir=${base_sbindir}/systemd \
|
||||
|
||||
Reference in New Issue
Block a user