blob: ec1760fbab941ef31e5e43a23dc26b22e5b0c859 [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"
Vishwanatha Subbannadee6c0e2017-01-11 03:50:12 -060018RDEPENDS_${PN} += "virtual-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"
Lei YU37fb5a02017-07-04 10:02:28 +080026SRCREV = "debe1d8f47bab3d61b3340c84f802f1dc6388ca0"
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"