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" |
Lei YU | f499a54 | 2017-07-04 10:02:28 +0800 | [diff] [blame] | 8 | inherit autotools pkgconfig pythonnative |
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" |
Lei YU | f499a54 | 2017-07-04 10:02:28 +0800 | [diff] [blame] | 14 | DEPENDS += "sdbusplus" |
| 15 | DEPENDS += "sdbusplus-native" |
| 16 | DEPENDS += "phosphor-logging" |
| 17 | DEPENDS += "phosphor-dbus-interfaces" |
Andrew Geissler | 78e0454 | 2018-02-05 12:02:35 -0800 | [diff] [blame] | 18 | RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-settings-mgmt}" |
Patrick Venture | 98fa961 | 2019-03-28 09:09:13 -0700 | [diff] [blame] | 19 | RDEPENDS_${PN} += "phosphor-network" |
Brad Bishop | 4a1d82d | 2019-03-27 17:30:18 -0400 | [diff] [blame] | 20 | RDEPENDS_${PN} += "phosphor-mapper" |
Vishwanatha Subbanna | ade547d | 2017-01-11 02:46:25 -0600 | [diff] [blame] | 21 | |
Vishwanatha Subbanna | 78bc542 | 2016-11-10 21:52:46 +0530 | [diff] [blame] | 22 | SRC_URI += "git://github.com/openbmc/phosphor-time-manager" |
Andrew Geissler | e807f0c | 2019-03-29 01:11:37 +0000 | [diff] [blame] | 23 | SRCREV = "66bc0a5a9fed4c06c4b26bd35e00351f2d603f4e" |
Brad Bishop | 6066961 | 2018-04-12 11:16:45 -0400 | [diff] [blame] | 24 | PV = "1.0+git${SRCPV}" |
Vishwanatha Subbanna | 78bc542 | 2016-11-10 21:52:46 +0530 | [diff] [blame] | 25 | S = "${WORKDIR}/git" |
| 26 | |
Lei YU | f499a54 | 2017-07-04 10:02:28 +0800 | [diff] [blame] | 27 | DBUS_SERVICE_${PN} += "xyz.openbmc_project.Time.Manager.service" |