blob: 107b3ba8f042e07a0c2d3741bd0f74ad9244e256 [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"
4PR = "r1"
5
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
William A. Kennington III310412f2021-05-06 14:38:48 -07008inherit meson pkgconfig python3native
Vishwanatha Subbannab74459c2017-01-11 02:19:41 -06009inherit obmc-phosphor-dbus-service
Vishwanatha Subbannab1c39e02016-11-10 21:52:46 +053010
11DEPENDS += "autoconf-archive-native"
12DEPENDS += "phosphor-mapper"
13DEPENDS += "systemd"
Lei YU37fb5a02017-07-04 10:02:28 +080014DEPENDS += "sdbusplus"
Patrick Williams4b32c9a2020-03-31 16:43:15 -050015DEPENDS += "${PYTHON_PN}-sdbus++-native"
Lei YU37fb5a02017-07-04 10:02:28 +080016DEPENDS += "phosphor-logging"
17DEPENDS += "phosphor-dbus-interfaces"
Brad Bishop8ad1c1f2020-03-19 16:14:54 -040018RDEPENDS_${PN} += "phosphor-settings-manager"
Patrick Venture0995aac2019-03-28 09:09:13 -070019RDEPENDS_${PN} += "phosphor-network"
Brad Bishopd1087092019-03-27 17:30:18 -040020RDEPENDS_${PN} += "phosphor-mapper"
Vishwanatha Subbannac1f80242017-01-11 02:46:25 -060021
Vishwanatha Subbannab1c39e02016-11-10 21:52:46 +053022SRC_URI += "git://github.com/openbmc/phosphor-time-manager"
Andrew Geissler7118df42021-04-14 02:40:38 +000023SRCREV = "7252bea64c7f3b03c4d80bb449f82f05a30baa71"
Brad Bishop3d73ea32018-04-12 11:16:45 -040024PV = "1.0+git${SRCPV}"
Vishwanatha Subbannab1c39e02016-11-10 21:52:46 +053025S = "${WORKDIR}/git"
26
Lei YU37fb5a02017-07-04 10:02:28 +080027DBUS_SERVICE_${PN} += "xyz.openbmc_project.Time.Manager.service"