blob: 4e9616eccfa11043078ef76d09c20a5d107c3c7f [file] [log] [blame]
Vishwanatha Subbanna78bc5422016-11-10 21:52:46 +05301SUMMARY = "Phosphor Time Manager daemon"
2DESCRIPTION = "Daemon to cater to BMC and HOST time management"
3HOMEPAGE = "http://github.com/openbmc/phosphor-time-manager"
4PR = "r1"
5
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Patrick Williams759dd472020-04-02 07:45:35 -05008inherit autotools pkgconfig python3native
Vishwanatha Subbannaa906ca32017-01-11 02:19:41 -06009inherit obmc-phosphor-dbus-service
Vishwanatha Subbanna78bc5422016-11-10 21:52:46 +053010
11DEPENDS += "autoconf-archive-native"
12DEPENDS += "phosphor-mapper"
13DEPENDS += "systemd"
Lei YUf499a542017-07-04 10:02:28 +080014DEPENDS += "sdbusplus"
Patrick Williams2bebd122020-03-31 16:43:15 -050015DEPENDS += "${PYTHON_PN}-sdbus++-native"
Lei YUf499a542017-07-04 10:02:28 +080016DEPENDS += "phosphor-logging"
17DEPENDS += "phosphor-dbus-interfaces"
Brad Bishopa71cf482020-03-19 16:14:54 -040018RDEPENDS_${PN} += "phosphor-settings-manager"
Patrick Venture98fa9612019-03-28 09:09:13 -070019RDEPENDS_${PN} += "phosphor-network"
Brad Bishop4a1d82d2019-03-27 17:30:18 -040020RDEPENDS_${PN} += "phosphor-mapper"
Vishwanatha Subbannaade547d2017-01-11 02:46:25 -060021
Vishwanatha Subbanna78bc5422016-11-10 21:52:46 +053022SRC_URI += "git://github.com/openbmc/phosphor-time-manager"
Andrew Geisslera5945652020-06-25 06:31:05 +000023SRCREV = "c6d33972d95fd77dbbe5a249ee35ba90e25314f8"
Brad Bishop60669612018-04-12 11:16:45 -040024PV = "1.0+git${SRCPV}"
Vishwanatha Subbanna78bc5422016-11-10 21:52:46 +053025S = "${WORKDIR}/git"
26
Lei YUf499a542017-07-04 10:02:28 +080027DBUS_SERVICE_${PN} += "xyz.openbmc_project.Time.Manager.service"