summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/libpldm
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-18 15:40:50 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-08-18 18:45:51 +0300
commit037dd34c2dd75d76ae7cf0473805ce1e387d87f2 (patch)
tree6992ebe32c2042e0c61ad8680951c9af247094f0 /meta-phosphor/recipes-phosphor/libpldm
parent317ff98bfe8f8d32a2e1603332ed509f12467f15 (diff)
downloadopenbmc-037dd34c2dd75d76ae7cf0473805ce1e387d87f2.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/libpldm')
-rw-r--r--meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
index 7bf1fac1d2..8b38a034f1 100644
--- a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "PLDM library implementing various PLDM specifications"
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"