]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: removing workaround odering journal after remote-fs.target
authorBruno Bottazzini <bruno.bottazzini@intel.com>
Mon, 11 May 2015 18:02:50 +0000 (15:02 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 May 2015 10:41:13 +0000 (11:41 +0100)
This workaround is not needed in version 219 since the fix is upstreamed with:
919699ec301ea507edce4a619141ed22e789ac0d

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/systemd/systemd_219.bb

index c196017e1e0efe568cf50c86dd80bb4b7ae2c366..6ed4fe09957791ee5107d06a119da4a7f07ddf92 100644 (file)
@@ -175,9 +175,6 @@ do_install() {
 
        # Enable journal to forward message to syslog daemon
        sed -i -e 's/.*ForwardToSyslog.*/ForwardToSyslog=yes/' ${D}${sysconfdir}/systemd/journald.conf
-       # its needed in 216 upstream has fixed it with 919699ec301ea507edce4a619141ed22e789ac0d
-       # don't order journal flushing afte remote-fs.target
-       sed -i -e 's/ remote-fs.target$//' ${D}${systemd_unitdir}/system/systemd-journal-flush.service
        # this file is needed to exist if networkd is disabled but timesyncd is still in use since timesyncd checks it
        # for existence else it fails
        if [ -s ${D}${libdir}/tmpfiles.d/systemd.conf ]; then