libmctp: srcrev bump fe763e9820..c9ac4fc562
Andrew Jeffery (4):
serial: Give write callbacks a consistent behaviour
core: Define return value behaviours for binding Tx callbacks
tests: astlpc: Rename the message Rx handler
tests: astlpc: MTU renegotiation with populated Tx queue
Change-Id: I4b94a2cc5528c6c391e794b7a2d9c2d0a8e9c8f4
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb b/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb
index 909c486..cced44c 100644
--- a/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb
+++ b/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb
@@ -6,7 +6,7 @@
DEPENDS += "autoconf-archive-native \
systemd \
"
-SRCREV = "fe763e9820668b90c22b0101994ac6bd6cd41c09"
+SRCREV = "c9ac4fc562120cfdf276e17da4ae4280f1285bec"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} pcap"
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir}, \
--without-systemdsystemunitdir,systemd"