blob: 7b493b1361a5bc486a542a5298356a67e65e59ed [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 += "systemd"
Lei YU37fb5a02017-07-04 10:02:28 +08007DEPENDS += "sdbusplus"
Patrick Williams4b32c9a2020-03-31 16:43:15 -05008DEPENDS += "${PYTHON_PN}-sdbus++-native"
Lei YU37fb5a02017-07-04 10:02:28 +08009DEPENDS += "phosphor-logging"
10DEPENDS += "phosphor-dbus-interfaces"
Andrew Geissler448ee982024-04-08 21:50:56 -050011SRCREV = "e101030b37eb8f64616a33eb0ef71d67a19bf7d7"
Ed Tanous9936f862022-09-19 09:13:20 -070012PV = "1.0+git${SRCPV}"
13PR = "r1"
14
Patrick Williamsbccaff32023-04-14 11:24:47 -050015SRC_URI = "git://github.com/openbmc/phosphor-time-manager;branch=master;protocol=https"
Ed Tanous9936f862022-09-19 09:13:20 -070016
17S = "${WORKDIR}/git"
18
19inherit meson pkgconfig python3native
20inherit obmc-phosphor-dbus-service
21
Manojkiran Eda5cddafe2023-07-28 11:20:27 +053022EXTRA_OEMESON = " -Dtests=disabled"
23
Patrick Williams12fc9392021-08-06 09:16:53 -050024RDEPENDS:${PN} += "phosphor-settings-manager"
25RDEPENDS:${PN} += "phosphor-network"
Patrick Williams0450a022022-10-07 21:23:47 -050026RDEPENDS:${PN} += "phosphor-objmgr"
Vishwanatha Subbannac1f80242017-01-11 02:46:25 -060027
Patrick Williams12fc9392021-08-06 09:16:53 -050028DBUS_SERVICE:${PN} += "xyz.openbmc_project.Time.Manager.service"