diff options
-rw-r--r-- | 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 becbc9005..b23e5f510 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 | |||
14 | PKGV = "v${GITPKGVTAG}" | 14 | PKGV = "v${GITPKGVTAG}" |
15 | 15 | ||
16 | PV = "git" | 16 | PV = "git" |
17 | PR = "r25" | 17 | PR = "r26" |
18 | 18 | ||
19 | inherit useradd pkgconfig autotools vala perlnative | 19 | inherit useradd pkgconfig autotools vala perlnative |
20 | 20 | ||
@@ -49,6 +49,9 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \ | |||
49 | # There's no docbook-xsl-native, so for the xsltproc check to false | 49 | # There's no docbook-xsl-native, so for the xsltproc check to false |
50 | do_configure_prepend() { | 50 | do_configure_prepend() { |
51 | sed -i /xsltproc/d configure.ac | 51 | sed -i /xsltproc/d configure.ac |
52 | |||
53 | # we only have /home/root, not /root | ||
54 | sed -i -e 's:=/root:=/home/root:g' units/*.service* | ||
52 | } | 55 | } |
53 | 56 | ||
54 | do_install() { | 57 | do_install() { |