diff options
author | Ross Burton <ross.burton@intel.com> | 2013-04-17 19:24:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-18 00:37:57 +0100 |
commit | b06bd1d02514f10809ad9f2eea72fcb0bfd3c285 (patch) | |
tree | 08e8cd72f3e62fd38209321f0b8cc13a7fc9699e /meta | |
parent | f6ae64553dcf859e5fff683dc3000fcd3698cba5 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/systemd/systemd_199.bb | 2 |
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 | ||
87 | EXTRA_OEMAKE = "rootlibexecdir=${base_sbindir}/systemd \ | 87 | EXTRA_OEMAKE = "rootlibexecdir=${base_sbindir}/systemd \ |