summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/libpldm
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-29 08:00:13 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-07-01 00:28:46 +0300
commit62bf8cadcfcd05a0a9204de282d9a45bc5f2be8b (patch)
treef71985794bbd07c1adae17a4a8814bf376b75016 /meta-phosphor/recipes-phosphor/libpldm
parent407a5bb53745cd1c47e28800e7c6b6b05cf025cf (diff)
downloadopenbmc-62bf8cadcfcd05a0a9204de282d9a45bc5f2be8b.tar.xz
libpldm: srcrev bump b6c06f18e8..4e1ba8a736
Andrew Jeffery (5): changelog: s/Fixes/Fixed/ for the header in [Unreleased] requester: Mark pldm_close() as LIBPLDM_ABI_TESTING requester: Expose pldm_close() in header transport: mctp-demux: Don't test socket for non-zero value requester: Return PLDM_REQUESTER_OPEN_FAIL from pldm_open() on error Pavithra Barithaya (2): pdr: Return success for pldm_pdr_find_child_container_id_range_exclude() pdr: Rework pldm_pdr_find_container_id_range_exclude() API Change-Id: Ica58f2826e340b1154d10df11758a7120b7705ab 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 1874007547..a6246e7810 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 = "b6c06f18e8e8c24e61da417a6eeb244a75cfb80f"
+SRCREV = "4e1ba8a736a4272e15f8e4541858407821d6b59e"
LIBPLDM_ABI_STABLE = "deprecated,stable"
LIBPLDM_ABI_TESTING = "deprecated,stable,testing"
PACKAGECONFIG[abi-testing] = "-Dabi=${LIBPLDM_ABI_TESTING},-Dabi=${LIBPLDM_ABI_STABLE},,"