diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-06 10:18:47 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-09 07:03:52 +0100 |
commit | 81703d249df4d5e03808e9c6b219dd4b227df9c6 (patch) | |
tree | 7b548f1ac69cdbee217d243e29fab9c7b67fa650 | |
parent | c2feb1ab2ae1803d778e9d50249ad868704c3637 (diff) | |
download | meta-openembedded-81703d249df4d5e03808e9c6b219dd4b227df9c6.tar.gz |
systemd: enable logging to disk instead of tmpfs
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-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 2b549a0a6..4a8e9a199 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 = "r18" | 17 | PR = "r19" |
18 | 18 | ||
19 | inherit useradd pkgconfig autotools vala perlnative | 19 | inherit 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 | ||
64 | python populate_packages_prepend (){ | 67 | python populate_packages_prepend (){ |