entity-manager: srcrev bump 45bcbc5557..3ac8e4f76b

James Feist (3):
      Add build step to verify json formatting
      Move Io and ObjServer to Global
      FruDevice: Add found I2CDevices

Patrick Venture (7):
      add Testing to gitignore
      entitymanager: drop duplicate header inclusion
      use quotes for project headers
      frudevice: align readFromEeprom with readBlockData
      frudevice: add missing headers
      prefer prefix operators for non-primitive types
      frudevice: fix useless-cast

(From meta-phosphor rev: 7f5955b3496c83783a34e0177d274f00b684ae84)

Change-Id: Idb92161553176d3b464d0c31cf50fad923f4563e
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
index 7f2794e..718d30b 100644
--- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
@@ -3,7 +3,7 @@
 and configures system sensors"
 
 SRC_URI = "git://github.com/openbmc/entity-manager.git"
-SRCREV = "45bcbc55570ead51692de6724a686291c5711cec"
+SRCREV = "3ac8e4f76b3d4983481520a19f931de9788b2dc6"
 PV = "0.1+git${SRCPV}"
 
 LICENSE = "Apache-2.0"