summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-02-16 00:37:42 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-02-16 00:37:44 +0300
commit1a38de9b8a6a9532f1de9ff4648037b20edbf16a (patch)
tree46e609448efe2837df1dfe41c58cef089817e0bf
parent415294223a164a804e31e39c90043d15e9b153de (diff)
downloadopenbmc-1a38de9b8a6a9532f1de9ff4648037b20edbf16a.tar.xz
systemd: update bbappend to match upstream
The latest Yocto refresh of honister upgraded systemd from 249.3 to 249.7. Change the bbappend file to match. We previously pinned the SRCREV to 249.5 in order to pick up bug-fixes that weren't in Yocto yet, but that can be removed as Yocto is now farther along. Tested: Built Witherspoon image. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9bf80d724de53823e3350260cba322305640245e
-rw-r--r--meta-phosphor/recipes-core/systemd/systemd_249.7.bbappend (renamed from meta-phosphor/recipes-core/systemd/systemd_249.3.bbappend)3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-phosphor/recipes-core/systemd/systemd_249.3.bbappend b/meta-phosphor/recipes-core/systemd/systemd_249.7.bbappend
index 41bdcf908d..848d8241ee 100644
--- a/meta-phosphor/recipes-core/systemd/systemd_249.3.bbappend
+++ b/meta-phosphor/recipes-core/systemd/systemd_249.7.bbappend
@@ -1,5 +1,2 @@
-# Pin to v249.5 to fix systemd-networkd issues.
-SRCREV = "00b0393e65252bf631670604f58b844780b08c50"
-
# Fix https://github.com/systemd/systemd/issues/21113
SRC_URI += "file://0001-conf-parse-make-config_parse_many-optionally-save-st.patch"