meta-phosphor: ipmi-flash: depends on pciutils

Add dependency on pciutils for phosphor-ipmi-flash PCI support.

phosphor-ipmi-flash: srcrev bump a68d344532..241416115e
Patrick Venture (9):
      build: fail if aspeed-lpc-ctrl header not found
      main: add compilation guards around PCI handler
      pci_handler: add internal sys object
      pci_handler: add aspeed-p2a-ctrl path
      pci_handler: add support for opening, mapping, closing
      build: add check for pciutils: libpci
      p2a: add initial p2a support (empty)
      tools: io: add read method
      tools: p2a: check aspeed bridge

(From meta-phosphor rev: cb35b59c29d48a56873a27ff8634ec579df5a173)

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ia63a256da06a73d12dd2dce8f496a30b194609c1
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
index 76ba0c1..3e57682 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -14,10 +14,11 @@
 DEPENDS += "phosphor-logging"
 DEPENDS += "sdbusplus"
 DEPENDS += "ipmi-blob-tool"
+DEPENDS += "pciutils"
 
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash"
-SRCREV = "a68d34453255b3ce98cd40242a5fc6753b194bd5"
+SRCREV = "241416115e13659b9cb6cef9e77e469c1f99f640"
 
 FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
 FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}"