estoraged: srcrev bump fa5cb6f718..6c0d8ce130

John Wedig (3):
      Initial integration with Entity Manager
      Add systemd service file
      Add association between chassis and drive

This commit also updates the estoraged recipe to install the new systemd
service.

Change-Id: I20ac25e62eb451e39aaf9365dae2b6a3da862e7e
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: John Wedig <johnwedig@google.com>
diff --git a/meta-phosphor/recipes-phosphor/storage/estoraged.bb b/meta-phosphor/recipes-phosphor/storage/estoraged.bb
index f3cd0ad..0fdaef9 100644
--- a/meta-phosphor/recipes-phosphor/storage/estoraged.bb
+++ b/meta-phosphor/recipes-phosphor/storage/estoraged.bb
@@ -4,8 +4,9 @@
 PV = "0.1+git${SRCPV}"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-inherit meson pkgconfig
+inherit meson pkgconfig systemd
 
+DEPENDS += "systemd"
 DEPENDS += "phosphor-dbus-interfaces"
 DEPENDS += "cryptsetup"
 DEPENDS += "openssl"
@@ -17,4 +18,7 @@
 
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/openbmc/estoraged.git;branch=master;protocol=https"
-SRCREV = "fa5cb6f7186851db5b3a77bfb07452d440827eee"
+SRCREV = "6c0d8ce1309afb96a253deba5af6287ddba75dc4"
+
+SYSTEMD_PACKAGES = "${PN}"
+SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.eStoraged.service"