[oe-commits] [openembedded-core] 07/10: systemd: update SRCREV for systemd v241-stable

git at git.openembedded.org git at git.openembedded.org
Tue Oct 8 21:53:27 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch warrior
in repository openembedded-core.

commit 8b9703454cb2a8a0aa6b7942498f191935d547ea
Author: Jan Klare <jan.klare at bisdn.de>
AuthorDate: Tue Aug 27 16:52:04 2019 +0200

    systemd: update SRCREV for systemd v241-stable
    
    Currently systemd 241 does break for kernels 5.2+ with the error described here:
    * https://github.com/systemd/systemd/issues/12784
    
    The issue has been fixed in master and will be fixed in the release 243. The
    necessary patches have been backported to systemd/systemd-stable in the branch
    v241-stable, but currently in warrior an old version of that branch is pulled
    in.
    
    This patch updates the SRCREV to the latest commit from that branch and
    therefore pulls in the needed fix to run systemd 241 on 5.2+ kernels.
    
    Signed-off-by: Jan Klare <jan.klare at bisdn.de>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-core/systemd/systemd.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
index 5bd88ed..2b9c291 100644
--- a/meta/recipes-core/systemd/systemd.inc
+++ b/meta/recipes-core/systemd/systemd.inc
@@ -14,7 +14,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
                     file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
 
-SRCREV = "c1f8ff8d0de7e303b8004b02a0a47d4cc103a7f8"
+SRCREV = "511646b8ac5c82f210b16920044465756913d238"
 SRCBRANCH = "v241-stable"
 SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list