libmctp: srcrev bump df5f6b9593..5303d9c594

Andrew Jeffery (23):
      test_astlpc: Fix OBF flag behaviour in emulated KCS status byte
      test_astlpc: Instantiate a binding for each endpoint
      test_astlpc: Extract single test case to dedicated function
      test_astlpc: Add astlpc_test_simple_init
      test_astlpc: Add network_{init,destroy}() helpers
      test_astlpc: Introduce astlpc_assert_tx_packet()
      test_astlpc: Assert message expectations in rx_message()
      test_astlpc: Clean up debugging in KCS callbacks
      test_astlpc: Test simple message from BMC to host
      test_astlpc: Improve readability of test output
      test_astlpc: Add test for a simple message from host to BMC
      test_astlpc: Add test initialising the device before the bus owner
      astlpc: Consolidate direct vs indirect LPC access
      astlpc: Handle loss of bmc-ready state
      astlpc: Remove redundant KCS register name enumeration
      astlpc: Introduce KCS accessors
      test_astlpc: Add astlpc_test_poll_not_ready()
      test_astlpc: Add astlpc_test_undefined_command()
      astlpc: Remove redundant lpc_map_base member from context struct
      astlpc: Implement version negotiation
      astlpc: Introduce MTU negotiation
      astlpc: Make MTU configurable at binding instantiation
      astlpc: Bump protocol support to v2

(From meta-phosphor rev: 370620b594eb367f90de56a0c0b72b2048c4c6f8)

Change-Id: I796b2bd35be8af547b07a951915f14e2fe452d30
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb b/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb
index 190373a..986df2d 100644
--- a/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb
+++ b/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb
@@ -11,7 +11,7 @@
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0d30807bb7a4f16d36e96b78f9ed8fae"
 SRC_URI = "git://github.com/openbmc/libmctp \
 	   file://default"
-SRCREV = "df5f6b9593274c2bfa440f3ef91589113a093429"
+SRCREV = "5303d9c59469d1c6c6bf1cabf51c89eb6ddb06cb"
 CONFFILES_${PN} = "${sysconfdir}/default/mctp"
 
 DEPENDS += "autoconf-archive-native \