Vishwanatha Subbanna | 78bc542 | 2016-11-10 21:52:46 +0530 | [diff] [blame] | 1 | SUMMARY = "Phosphor Time Manager daemon" |
| 2 | DESCRIPTION = "Daemon to cater to BMC and HOST time management" |
| 3 | HOMEPAGE = "http://github.com/openbmc/phosphor-time-manager" |
| 4 | PR = "r1" |
| 5 | |
| 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 8 | inherit autotools pkgconfig |
Vishwanatha Subbanna | a906ca3 | 2017-01-11 02:19:41 -0600 | [diff] [blame] | 9 | inherit obmc-phosphor-dbus-service |
Vishwanatha Subbanna | 78bc542 | 2016-11-10 21:52:46 +0530 | [diff] [blame] | 10 | |
| 11 | DEPENDS += "autoconf-archive-native" |
| 12 | DEPENDS += "phosphor-mapper" |
| 13 | DEPENDS += "systemd" |
Vishwanatha Subbanna | ef5e5dd | 2017-01-11 03:50:12 -0600 | [diff] [blame] | 14 | RDEPENDS_${PN} += "virtual-obmc-settings-mgmt" |
Vishwanatha Subbanna | 78bc542 | 2016-11-10 21:52:46 +0530 | [diff] [blame] | 15 | RDEPENDS_${PN} += "network" |
| 16 | RDEPENDS_${PN} += "libmapper" |
| 17 | RDEPENDS_${PN} += "libsystemd" |
Vishwanatha Subbanna | ade547d | 2017-01-11 02:46:25 -0600 | [diff] [blame] | 18 | |
Vishwanatha Subbanna | 78bc542 | 2016-11-10 21:52:46 +0530 | [diff] [blame] | 19 | SRC_URI += "git://github.com/openbmc/phosphor-time-manager" |
Vishwanatha Subbanna | 78bc542 | 2016-11-10 21:52:46 +0530 | [diff] [blame] | 20 | SRCREV = "2a96cfc0ed4e5466793a82292ee5640c992b963c" |
Vishwanatha Subbanna | 78bc542 | 2016-11-10 21:52:46 +0530 | [diff] [blame] | 21 | S = "${WORKDIR}/git" |
| 22 | |
| 23 | DBUS_SERVICE_${PN} += "org.openbmc.TimeManager.service" |