blob: eb6adb3dcbf4c3f8b6a312f6944e6f1a97a43d08 [file] [log] [blame]
Vishwanatha Subbanna78bc5422016-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 YUf499a542017-07-04 10:02:28 +08008inherit autotools pkgconfig pythonnative
Vishwanatha Subbannaa906ca32017-01-11 02:19:41 -06009inherit obmc-phosphor-dbus-service
Vishwanatha Subbanna78bc5422016-11-10 21:52:46 +053010
11DEPENDS += "autoconf-archive-native"
12DEPENDS += "phosphor-mapper"
13DEPENDS += "systemd"
Lei YUf499a542017-07-04 10:02:28 +080014DEPENDS += "sdbusplus"
15DEPENDS += "sdbusplus-native"
16DEPENDS += "phosphor-logging"
17DEPENDS += "phosphor-dbus-interfaces"
Andrew Geissler78e04542018-02-05 12:02:35 -080018RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-settings-mgmt}"
Vishwanatha Subbanna78bc5422016-11-10 21:52:46 +053019RDEPENDS_${PN} += "network"
20RDEPENDS_${PN} += "libmapper"
21RDEPENDS_${PN} += "libsystemd"
Lei YUf499a542017-07-04 10:02:28 +080022RDEPENDS_${PN} += "sdbusplus"
23RDEPENDS_${PN} += "phosphor-dbus-interfaces"
Brad Bishop4a1d82d2019-03-27 17:30:18 -040024RDEPENDS_${PN} += "phosphor-mapper"
Vishwanatha Subbannaade547d2017-01-11 02:46:25 -060025
Vishwanatha Subbanna78bc5422016-11-10 21:52:46 +053026SRC_URI += "git://github.com/openbmc/phosphor-time-manager"
Andrew Geissler03aa7072019-02-14 01:51:38 +000027SRCREV = "6aca02e07aeb607f7f44a3381216e57c059d6900"
Brad Bishop60669612018-04-12 11:16:45 -040028PV = "1.0+git${SRCPV}"
Vishwanatha Subbanna78bc5422016-11-10 21:52:46 +053029S = "${WORKDIR}/git"
30
Lei YUf499a542017-07-04 10:02:28 +080031DBUS_SERVICE_${PN} += "xyz.openbmc_project.Time.Manager.service"