summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-04 19:30:46 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-04 19:30:46 +0300
commitbe7985899097e2df757c0f238f511a83530b329d (patch)
tree07bd2a4ae33c2cff72922b8f63ee07f7e2d0217b
parent9e5936cccb73e6a23bbc54c2d384cadce7eed431 (diff)
downloadopenbmc-be7985899097e2df757c0f238f511a83530b329d.tar.xz
libpeci: srcrev bump 0bff6858af..5c2fb321f4
Patrick Williams (1): handle 64-bit time_t Change-Id: I25fc4609aac876f47099391183cf3b9816c77638 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-x86/libpeci/libpeci_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-x86/libpeci/libpeci_git.bb b/meta-phosphor/recipes-x86/libpeci/libpeci_git.bb
index c6efb22a1a..6e62a9c700 100644
--- a/meta-phosphor/recipes-x86/libpeci/libpeci_git.bb
+++ b/meta-phosphor/recipes-x86/libpeci/libpeci_git.bb
@@ -2,7 +2,7 @@ SUMMARY = "PECI Library"
DESCRIPTION = "PECI Library"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
-SRCREV = "0bff6858af8405b307cdf5fdca46a008f0f52090"
+SRCREV = "5c2fb321f414019d0fb797c657523a2ee376d8dc"
PACKAGECONFIG ??= ""
PACKAGECONFIG[dbus-raw-peci] = "-Draw-peci='enabled',-Draw-peci='disabled',boost sdbusplus"
PV = "0.1+git${SRCPV}"