libpldm: srcrev bump b4cd5172f1..357ff921c4

Andrew Jeffery (5):
      transport: mctp-demux: Organise variable declarations in *_recv()
      transport: mctp-demux: Use a common cleanup path in *_recv()
      transport: af-mctp: Organise variable declarations in *_recv()
      transport: af-mctp: Assign out-params on success in *_recv()
      transport: af-mctp: Ensure malloc() succeeds in *_recv()

BonnieLo-wiwynn (1):
      transport: fix init_pollfd function parameter

George Liu (2):
      meson_options.txt: Support for reading options from meson.options
      README.md: Replace meson_options.txt to meson.options

Pavithra Barithaya (1):
      pdr: Stabilize pldm_entity_node_get_remote_container_id()

Rashmica Gupta (3):
      requester: Use the EID as the TID when we don't have the TID
      transport: Fix doxygen and variables for send and recv functions
      transport: Generalise the pldm_transport_recv_msg() API

Change-Id: I3ab374902a67c15216671d8ff732981b28f1b8e9
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
index 7bf1fac..8b38a03 100644
--- a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
@@ -3,7 +3,7 @@
 HOMEPAGE = "https://github.com/openbmc/libpldm"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRCREV = "b4cd5172f1196b1f4af59cc3348ece9b868695db"
+SRCREV = "357ff921c4cae15107c4ac52b47c3ea99494bcb2"
 LIBPLDM_ABI_DEVELOPMENT = "deprecated,stable,testing"
 LIBPLDM_ABI_MAINTENANCE = "stable,testing"
 LIBPLDM_ABI_PRODUCTION = "deprecated,stable"