summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/storage/estoraged.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-phosphor/storage/estoraged.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/storage/estoraged.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/storage/estoraged.bb b/meta-phosphor/recipes-phosphor/storage/estoraged.bb
index f3cd0ad299..0fdaef9e23 100644
--- a/meta-phosphor/recipes-phosphor/storage/estoraged.bb
+++ b/meta-phosphor/recipes-phosphor/storage/estoraged.bb
@@ -4,8 +4,9 @@ PR = "r1"
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 @@ RDEPENDS:${PN} += "e2fsprogs"
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"