summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-11-10 09:20:18 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-11-11 01:22:54 +0300
commit8e926a2933f7763c20fba840f620b203fb930ee8 (patch)
treec8319acc4e8386120b8f5774d8ed88de0293dade
parentc7bd73efd90d90bb91d7cb5e2fa68214bd88b4e6 (diff)
downloadopenbmc-8e926a2933f7763c20fba840f620b203fb930ee8.tar.xz
libpldm: srcrev bump 499389ecb4..efb400697e
Andrew Jeffery (6): libpldm: Fix header use meson: Default tests feature to 'auto' meson: Decouple 'oem-ibm' feature from parent projects meson: Move ABI compliance check alongside library target libpldm: Rationalise the local and installed path of pldm.h libpldm: More fixes for header use Manojkiran Eda (1): Add supported PLDM message types to the enum Patrick Williams (1): license: add spdx identifier to all files Pavithra Barithaya (1): meson: Fix for OEM header collision issue Change-Id: Id76e3f161bd71be527f92c48a85ad08ab7b6a68b 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 9a521ec961..0f5ea60f60 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 = "499389ecb4ccaedf3fc248764e988d739298b53e"
+SRCREV = "efb400697eede42f14ad6290660a4aecbc314141"
LIBPLDM_ABI_DEVELOPMENT = "deprecated,stable,testing"
LIBPLDM_ABI_MAINTENANCE = "stable,testing"
LIBPLDM_ABI_PRODUCTION = "deprecated,stable"