summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/systemd/systemd_216.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb
index 3852841029..1eb401988e 100644
--- a/meta/recipes-core/systemd/systemd_216.bb
+++ b/meta/recipes-core/systemd/systemd_216.bb
@@ -136,6 +136,8 @@ do_install() {
136 sed -i s%@UDEVD@%${rootlibexecdir}/systemd/systemd-udevd% ${D}${sysconfdir}/init.d/systemd-udevd 136 sed -i s%@UDEVD@%${rootlibexecdir}/systemd/systemd-udevd% ${D}${sysconfdir}/init.d/systemd-udevd
137 fi 137 fi
138 138
139 chown root:systemd-journal ${D}/${localstatedir}/log/journal
140
139 # Delete journal README, as log can be symlinked inside volatile. 141 # Delete journal README, as log can be symlinked inside volatile.
140 rm -f ${D}/${localstatedir}/log/README 142 rm -f ${D}/${localstatedir}/log/README
141 143