summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/libpldm
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-06-06 08:40:23 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-06-10 23:16:18 +0300
commita280dfaa7d705262b768d64a7aaf6a674b390581 (patch)
tree97d5dd806d57af5c5d5c2b2b78517bbe5f2a4339 /meta-phosphor/recipes-phosphor/libpldm
parent7900bcb466fdf076d8b1c95fe35171085f93d93a (diff)
downloadopenbmc-a280dfaa7d705262b768d64a7aaf6a674b390581.tar.xz
libpldm: srcrev bump 2222595d61..48761c6201
Andrew Jeffery (7): tests: Add macro guards around new testing APIs scripts: Add pre-submit tests: meson: Sort tests alphabetically tests: meson: Add note about guarding the transport tests tests: meson: Push build configuration down to leaf directories meson: Only require C++ if tests are enabled libpldm: Reorganize source and test files Change-Id: I9ff5dc15e1ac7ce83b694169ea405d8bad4867e4 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 9ea1446220..3ad9719e4d 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 = "2222595d61b1c90d3f97a432d8ad55c3934c4272"
+SRCREV = "48761c62012fe197a26266bab4dd7a82e4d9c1bb"
LIBPLDM_ABI_DEVELOPMENT = "deprecated,stable,testing"
LIBPLDM_ABI_MAINTENANCE = "stable,testing"
LIBPLDM_ABI_PRODUCTION = "deprecated,stable"