summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-09-26 05:10:58 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-09-27 00:10:37 +0300
commitb03aeb71a6ed98269782586cb368ac2e6628d5a3 (patch)
tree2d87927aba38b8772e803ac1236d86177df24988
parentec26f20b59fa0fd0cdb99dbc963421e6ed1c2030 (diff)
downloadopenbmc-b03aeb71a6ed98269782586cb368ac2e6628d5a3.tar.xz
libpldm: srcrev bump 74c9a54698..3f877481a2
Andrew Jeffery (2): base: Add size and buffer macros for struct pldm_msg clang-tidy: Enable cppcoreguidelines-pro-type-reinterpret-cast Pavithra Barithaya (1): oem: ibm: Add PCIe Topology Actions StateSetId and Enums Change-Id: I2a81b9442483897f31180bf80ccb3a238ed345ab Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-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 48ce116276..08d4dacde6 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 = "74c9a5469802dc05d42dd39b64b9be61f82fc1c7"
+SRCREV = "3f877481a2447709d34ec2ccf1a5ad69958514eb"
LIBPLDM_ABI_DEVELOPMENT = "deprecated,stable,testing"
LIBPLDM_ABI_MAINTENANCE = "stable,testing"
LIBPLDM_ABI_PRODUCTION = "deprecated,stable"