[oe-commits] Koen Kooi : systemd: fix emergency and rescue services

git at git.openembedded.org git at git.openembedded.org
Fri Apr 13 15:28:07 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 204f537a181e3532ef8ba9ddadb7baf49a3b2be5
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=204f537a181e3532ef8ba9ddadb7baf49a3b2be5

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Apr 13 17:20:48 2012 +0200

systemd: fix emergency and rescue services

In OE we use /home/root, not /root.

Bug-reported-by: Graham Murphy <Graham.Murphy at jhuapl.edu>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/systemd/systemd_git.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index becbc90..b23e5f5 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -14,7 +14,7 @@ inherit gitpkgv
 PKGV = "v${GITPKGVTAG}"
 
 PV = "git"
-PR = "r25"
+PR = "r26"
 
 inherit useradd pkgconfig autotools vala perlnative
 
@@ -49,6 +49,9 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \
 # There's no docbook-xsl-native, so for the xsltproc check to false
 do_configure_prepend() {
 	sed -i /xsltproc/d configure.ac
+
+	# we only have /home/root, not /root
+	sed -i -e 's:=/root:=/home/root:g' units/*.service*
 }
 
 do_install() {





More information about the Openembedded-commits mailing list