summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/libmctp
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-10-05 06:11:19 +0300
committerEd Tanous <ed@tanous.net>2022-10-07 00:27:02 +0300
commitf4d2114315c6d7ca74fe1defcd7075db22a40058 (patch)
tree8359de9fcdd64346bc94cd93affaf4961926cfb9 /meta-phosphor/recipes-phosphor/libmctp
parenta3d3510d8767c73afdfa477288724e4a671a3280 (diff)
downloadopenbmc-f4d2114315c6d7ca74fe1defcd7075db22a40058.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/libmctp')
-rw-r--r--meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb b/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb
index 909c486c08..cced44c634 100644
--- a/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb
+++ b/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0d30807bb7a4f16d36e96b78f9ed8fae"
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"