blob: 1e0979975c989dacf04c73dce8b96e50a7747d4c [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"
Lei YU37fb5a02017-07-04 10:02:28 +08008inherit autotools pkgconfig pythonnative
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"
15DEPENDS += "sdbusplus-native"
16DEPENDS += "phosphor-logging"
17DEPENDS += "phosphor-dbus-interfaces"
Andrew Geisslera36894f2018-02-05 12:02:35 -080018RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-settings-mgmt}"
Vishwanatha Subbannab1c39e02016-11-10 21:52:46 +053019RDEPENDS_${PN} += "network"
20RDEPENDS_${PN} += "libmapper"
21RDEPENDS_${PN} += "libsystemd"
Lei YU37fb5a02017-07-04 10:02:28 +080022RDEPENDS_${PN} += "sdbusplus"
23RDEPENDS_${PN} += "phosphor-dbus-interfaces"
Vishwanatha Subbannac1f80242017-01-11 02:46:25 -060024
Vishwanatha Subbannab1c39e02016-11-10 21:52:46 +053025SRC_URI += "git://github.com/openbmc/phosphor-time-manager"
Andrew Geisslerdd10b682018-01-30 17:05:08 +000026SRCREV = "a111b9f380fdae78821abfe95fb171e82ee5db53"
Vishwanatha Subbannab1c39e02016-11-10 21:52:46 +053027S = "${WORKDIR}/git"
28
Lei YU37fb5a02017-07-04 10:02:28 +080029DBUS_SERVICE_${PN} += "xyz.openbmc_project.Time.Manager.service"