aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-03-06 10:18:47 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-03-09 07:03:52 +0100
commit81703d249df4d5e03808e9c6b219dd4b227df9c6 (patch)
tree7b548f1ac69cdbee217d243e29fab9c7b67fa650 /meta-oe/recipes-core
parentc2feb1ab2ae1803d778e9d50249ad868704c3637 (diff)
downloadmeta-openembedded-81703d249df4d5e03808e9c6b219dd4b227df9c6.tar.gz
systemd: enable logging to disk instead of tmpfs
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core')
-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
PKGV = "v${GITPKGVTAG}"
PV = "git"
-PR = "r18"
+PR = "r19"
inherit useradd pkgconfig autotools vala perlnative
@@ -59,6 +59,9 @@ do_install() {
# provide support for initramfs
ln -s ${base_bindir}/systemd ${D}/init
+
+ # create dir for journal
+ install -d ${D}${localstatedir}/log/journal
}
python populate_packages_prepend (){