blob: 22177ae482e06d482e5a963582950eed70b55a2c [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"
Vishwanatha Subbannab1c39e02016-11-10 21:52:46 +05307DEPENDS += "systemd"
Lei YU37fb5a02017-07-04 10:02:28 +08008DEPENDS += "sdbusplus"
Patrick Williams4b32c9a2020-03-31 16:43:15 -05009DEPENDS += "${PYTHON_PN}-sdbus++-native"
Lei YU37fb5a02017-07-04 10:02:28 +080010DEPENDS += "phosphor-logging"
11DEPENDS += "phosphor-dbus-interfaces"
Ed Tanous9936f862022-09-19 09:13:20 -070012SRCREV = "dc746c0b3bf8e635bcc45fb870e7c27013e122b6"
13PV = "1.0+git${SRCPV}"
14PR = "r1"
15
16SRC_URI += "git://github.com/openbmc/phosphor-time-manager;branch=master;protocol=https"
17
18S = "${WORKDIR}/git"
19
20inherit meson pkgconfig python3native
21inherit obmc-phosphor-dbus-service
22
Patrick Williams12fc9392021-08-06 09:16:53 -050023RDEPENDS:${PN} += "phosphor-settings-manager"
24RDEPENDS:${PN} += "phosphor-network"
Patrick Williams0450a022022-10-07 21:23:47 -050025RDEPENDS:${PN} += "phosphor-objmgr"
Vishwanatha Subbannac1f80242017-01-11 02:46:25 -060026
Patrick Williams12fc9392021-08-06 09:16:53 -050027DBUS_SERVICE:${PN} += "xyz.openbmc_project.Time.Manager.service"