summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/libpldm
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-04-20 14:20:33 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-04-20 23:41:59 +0300
commit11e113443020fb1efb5d8d174b3ca948201c399b (patch)
treeed44f2d8ab717bffc0c054532e93022acdf26d15 /meta-phosphor/recipes-phosphor/libpldm
parent9d9bfbff48c786ebd9afa0f9feca22bda30dcb98 (diff)
downloadopenbmc-11e113443020fb1efb5d8d174b3ca948201c399b.tar.xz
libpldm: srcrev bump 7992eb8415..891781e945
Andrew Jeffery (8): tests: platform: TEST(GetNumericEffecterValue, testGoodEncodeResponse) UB utils: Fix integer promotion UB in dec2bcd{16,32} encoders msgbuf: Handle pointer-overflow sanitization tests: platform: Fix TEST(GetStateSensorReadings, testBadDecodeResponse) platform: Fix LE encoding of present_reading platform: Test invalid heartbeat conditions after assignment platform: pldm_msgbuf for decode_set_state_effecter_states_req() platform: pldm_msgbuf for decode_get_pdr_req() Change-Id: I0abf1aff2407d4d8a33e82d59931f3ac8e861177 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 eb4629dd9a..ac391addb3 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 = "7992eb8415cb8d9939d8b635654b238a0848ee91"
+SRCREV = "891781e945318290d657a621dd0ce592c0b43ddd"
PACKAGECONFIG[oem-ibm] = "-Doem-ibm=enabled,-Doem-ibm=disabled,,"
PV = "0.1.0+git${SRCPV}"