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>
diff --git a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
index 9a521ec..0f5ea60 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 = "499389ecb4ccaedf3fc248764e988d739298b53e"
+SRCREV = "efb400697eede42f14ad6290660a4aecbc314141"
LIBPLDM_ABI_DEVELOPMENT = "deprecated,stable,testing"
LIBPLDM_ABI_MAINTENANCE = "stable,testing"
LIBPLDM_ABI_PRODUCTION = "deprecated,stable"