peci-pcie: srcrev bump 60c8c917f6..b08723d7ce

Paul Fertser (3):
      Guard against concurrent scan
      Abort the scan on errors
      Try up to 15 times in case of timeouts

Change-Id: Ibd6108eb9b6a2927a4e842c965f7bf3cee3d5b8d
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb b/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb
index a53c4af..eda7124 100644
--- a/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb
+++ b/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb
@@ -4,7 +4,7 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
 DEPENDS = "boost sdbusplus libpeci"
-SRCREV = "60c8c917f65e78163a334db6babc8ff149c1476c"
+SRCREV = "b08723d7ce4843c1604abaaa9d18ff4e0461e033"
 PV = "0.1+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/peci-pcie;branch=master;protocol=https"