blob: 3e43cdaea7d00d389395a262c4db995c4e0e4b62 [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"
Patrick Williams12fc9392021-08-06 09:16:53 -050018RDEPENDS:${PN} += "phosphor-settings-manager"
19RDEPENDS:${PN} += "phosphor-network"
20RDEPENDS:${PN} += "phosphor-mapper"
Vishwanatha Subbannac1f80242017-01-11 02:46:25 -060021
Patrick Williamsbb99d222022-01-24 15:55:09 -060022SRC_URI += "git://github.com/openbmc/phosphor-time-manager;branch=master;protocol=https"
Andrew Geissler2fb098e2021-10-26 03:01:00 +000023SRCREV = "076f9ecef94b5329cc0361352e7af30851010e73"
Brad Bishop3d73ea32018-04-12 11:16:45 -040024PV = "1.0+git${SRCPV}"
Vishwanatha Subbannab1c39e02016-11-10 21:52:46 +053025S = "${WORKDIR}/git"
26
Patrick Williams12fc9392021-08-06 09:16:53 -050027DBUS_SERVICE:${PN} += "xyz.openbmc_project.Time.Manager.service"