diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd_219.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb index 238ee6707b..ff29a3fecf 100644 --- a/meta/recipes-core/systemd/systemd_219.bb +++ b/meta/recipes-core/systemd/systemd_219.bb | |||
@@ -154,6 +154,8 @@ do_install() { | |||
154 | sed -i s%@UDEVD@%${rootlibexecdir}/systemd/systemd-udevd% ${D}${sysconfdir}/init.d/systemd-udevd | 154 | sed -i s%@UDEVD@%${rootlibexecdir}/systemd/systemd-udevd% ${D}${sysconfdir}/init.d/systemd-udevd |
155 | fi | 155 | fi |
156 | 156 | ||
157 | chown root:systemd-journal ${D}/${localstatedir}/log/journal | ||
158 | |||
157 | # Delete journal README, as log can be symlinked inside volatile. | 159 | # Delete journal README, as log can be symlinked inside volatile. |
158 | rm -f ${D}/${localstatedir}/log/README | 160 | rm -f ${D}/${localstatedir}/log/README |
159 | 161 | ||