summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd/systemd_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/systemd/systemd_git.bb')
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb5
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 2b549a0a61..4a8e9a1996 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
14PKGV = "v${GITPKGVTAG}" 14PKGV = "v${GITPKGVTAG}"
15 15
16PV = "git" 16PV = "git"
17PR = "r18" 17PR = "r19"
18 18
19inherit useradd pkgconfig autotools vala perlnative 19inherit useradd pkgconfig autotools vala perlnative
20 20
@@ -59,6 +59,9 @@ do_install() {
59 59
60 # provide support for initramfs 60 # provide support for initramfs
61 ln -s ${base_bindir}/systemd ${D}/init 61 ln -s ${base_bindir}/systemd ${D}/init
62
63 # create dir for journal
64 install -d ${D}${localstatedir}/log/journal
62} 65}
63 66
64python populate_packages_prepend (){ 67python populate_packages_prepend (){