blob: ce660375770d7cca17910a6ba4d1309fa639ab71 [file] [log] [blame]
Vishwanatha Subbannab1c39e02016-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"
Vishwanatha Subbannab1c39e02016-11-10 21:52:46 +05304LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Vishwanatha Subbannab1c39e02016-11-10 21:52:46 +05306DEPENDS += "autoconf-archive-native"
7DEPENDS += "phosphor-mapper"
8DEPENDS += "systemd"
Lei YU37fb5a02017-07-04 10:02:28 +08009DEPENDS += "sdbusplus"
Patrick Williams4b32c9a2020-03-31 16:43:15 -050010DEPENDS += "${PYTHON_PN}-sdbus++-native"
Lei YU37fb5a02017-07-04 10:02:28 +080011DEPENDS += "phosphor-logging"
12DEPENDS += "phosphor-dbus-interfaces"
Ed Tanous9936f862022-09-19 09:13:20 -070013SRCREV = "dc746c0b3bf8e635bcc45fb870e7c27013e122b6"
14PV = "1.0+git${SRCPV}"
15PR = "r1"
16
17SRC_URI += "git://github.com/openbmc/phosphor-time-manager;branch=master;protocol=https"
18
19S = "${WORKDIR}/git"
20
21inherit meson pkgconfig python3native
22inherit obmc-phosphor-dbus-service
23
Patrick Williams12fc9392021-08-06 09:16:53 -050024RDEPENDS:${PN} += "phosphor-settings-manager"
25RDEPENDS:${PN} += "phosphor-network"
26RDEPENDS:${PN} += "phosphor-mapper"
Vishwanatha Subbannac1f80242017-01-11 02:46:25 -060027
Patrick Williams12fc9392021-08-06 09:16:53 -050028DBUS_SERVICE:${PN} += "xyz.openbmc_project.Time.Manager.service"