[oe-commits] Ross Burton : systemd: fix out of tree builds

git at git.openembedded.org git at git.openembedded.org
Wed Apr 17 23:37:10 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 79b7c56cb5d6a0b75e7df01fd3cfef4111bf69ae
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=79b7c56cb5d6a0b75e7df01fd3cfef4111bf69ae

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Apr 17 19:24:02 2013 +0000

systemd: fix out of tree builds

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 dc25179..f996f66 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 \





More information about the Openembedded-commits mailing list