summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/libpldm
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-09-29 00:50:18 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-09-29 19:01:36 +0300
commit81fb467624f0d52b24c1f966642f65e8f91a48ce (patch)
tree305320e75629d68c87ddd76a8761b728cdc10e98 /meta-phosphor/recipes-phosphor/libpldm
parent850de1c240f04557ba010d4e8922a84633b59699 (diff)
downloadopenbmc-81fb467624f0d52b24c1f966642f65e8f91a48ce.tar.xz
libpldm: srcrev bump 2aa237d611..1d0e2d4b23
Andrew Jeffery (5): base: Provide pldm_msg_hdr_correlate_response() transport: Use a direct return to reduce branching transport: Establish remaining time prior to response correlation transport: Fix include of libpldm/base.h transport: Use pldm_msg_hdr_correlate_response() for response correlation Change-Id: Id6f6bb550b5815bd00c4c80223a5dfdc6dc8dc74 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 d16e4549d3..58153882ec 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 = "2aa237d611b26997c4a296f1245cf93b36fad708"
+SRCREV = "1d0e2d4b23ad6880e6122c478fcc77b02681655e"
LIBPLDM_ABI_DEVELOPMENT = "deprecated,stable,testing"
LIBPLDM_ABI_MAINTENANCE = "stable,testing"
LIBPLDM_ABI_PRODUCTION = "deprecated,stable"