summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-04-17 19:24:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-18 00:37:57 +0100
commitb06bd1d02514f10809ad9f2eea72fcb0bfd3c285 (patch)
tree08e8cd72f3e62fd38209321f0b8cc13a7fc9699e /meta/recipes-core/systemd
parentf6ae64553dcf859e5fff683dc3000fcd3698cba5 (diff)
downloadpoky-b06bd1d02514f10809ad9f2eea72fcb0bfd3c285.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_199.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_199.bb b/meta/recipes-core/systemd/systemd_199.bb
index dc25179e10..f996f66f31 100644
--- a/meta/recipes-core/systemd/systemd_199.bb
+++ b/meta/recipes-core/systemd/systemd_199.bb
@@ -81,7 +81,7 @@ do_configure_prepend() {
81 export STRINGS="${HOST_PREFIX}strings" 81 export STRINGS="${HOST_PREFIX}strings"
82 export GPERF="${HOST_PREFIX}gperf" 82 export GPERF="${HOST_PREFIX}gperf"
83 83
84 sed -i -e 's:=/root:=${ROOT_HOME}:g' units/*.service* 84 sed -i -e 's:=/root:=${ROOT_HOME}:g' ${S}/units/*.service*
85} 85}
86 86
87EXTRA_OEMAKE = "rootlibexecdir=${base_sbindir}/systemd \ 87EXTRA_OEMAKE = "rootlibexecdir=${base_sbindir}/systemd \