blob: b44f8c879466b5d4406d197c5c3d5b92fc9734c4 [file] [log] [blame]
John Wedig9248c752021-12-03 16:17:45 -08001SUMMARY = "Encrypted storage management daemon"
2DESCRIPTION = "Provides a D-Bus interface to manage an encrypted storage device"
3PR = "r1"
4PV = "0.1+git${SRCPV}"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Andrew Geissler066ea122022-04-28 16:10:20 +00007inherit meson pkgconfig systemd
John Wedig9248c752021-12-03 16:17:45 -08008
Andrew Geissler066ea122022-04-28 16:10:20 +00009DEPENDS += "systemd"
John Wedig9248c752021-12-03 16:17:45 -080010DEPENDS += "phosphor-dbus-interfaces"
11DEPENDS += "cryptsetup"
12DEPENDS += "openssl"
13DEPENDS += "phosphor-logging"
14DEPENDS += "sdbusplus"
15DEPENDS += "stdplus"
16
17RDEPENDS:${PN} += "e2fsprogs"
18
John Wedigaaf3c1a2022-06-10 09:29:54 -070019EXTRA_OEMESON = "-Dtests=disabled"
20
John Wedig9248c752021-12-03 16:17:45 -080021S = "${WORKDIR}/git"
Patrick Williamsbb99d222022-01-24 15:55:09 -060022SRC_URI = "git://github.com/openbmc/estoraged.git;branch=master;protocol=https"
Andrew Geissler6909d042022-06-10 14:00:57 -050023SRCREV = "9e639820af86dc05f67fe617f76d08b99beba8ba"
Andrew Geissler066ea122022-04-28 16:10:20 +000024
25SYSTEMD_PACKAGES = "${PN}"
26SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.eStoraged.service"