summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/libpldm
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-06 04:10:19 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-06-06 15:34:32 +0300
commit10db44e33befbd519c5dfdf8e86e52abae3f9367 (patch)
treed433dc4aafc59ef596dd6a572f678e2bf0180b33 /meta-phosphor/recipes-phosphor/libpldm
parente4159be04fd848aa5628aa5db01af54a49048b01 (diff)
downloadopenbmc-10db44e33befbd519c5dfdf8e86e52abae3f9367.tar.xz
libpldm: srcrev bump 4bd6eef388..8085efe0f1
Andrew Jeffery (4): transport: mctp-demux: Refactor buffer handling in recv callback include: Sort file lists in meson.build libpldm: Remove the requester-api option changelog: Note the removal of requester-api meson option Thu Nguyen (1): transport: Match on response in pldm_transport_send_recv_msg() Change-Id: Ic3782af866cd01f60bfec0434d5495a6a8e7879b 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 fa6904651a..181a91edf0 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 = "4bd6eef3885d90dd9a0efde3c3d90e442849a6f0"
+SRCREV = "8085efe0f1ef3f0560076088bb867bf7920ffeb3"
PACKAGECONFIG[oem-ibm] = "-Doem-ibm=enabled,-Doem-ibm=disabled,,"
PV = "0.1.0+git${SRCPV}"