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-17 22:54:38 +0100 |
commit | 79b7c56cb5d6a0b75e7df01fd3cfef4111bf69ae (patch) | |
tree | 7c632d9179cac72f36b7b248d9a23615ea2a4320 /meta/recipes-core | |
parent | cc0f22cd1e93cc25647add1a3339e150572e4fce (diff) | |
download | openembedded-core-79b7c56cb5d6a0b75e7df01fd3cfef4111bf69ae.tar.gz openembedded-core-79b7c56cb5d6a0b75e7df01fd3cfef4111bf69ae.tar.bz2 openembedded-core-79b7c56cb5d6a0b75e7df01fd3cfef4111bf69ae.zip |
systemd: fix out of tree builds
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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() { 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 \ |