blob: 59fa7b51840ca627d949224300c5103d2ebb7e14 [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 Geisslera3d376b2018-06-13 20:45:03 -050026SRCREV = "33752c75e8bdadf13d983e94667de72f64ba3537"
Brad Bishop3d73ea32018-04-12 11:16:45 -040027PV = "1.0+git${SRCPV}"
Vishwanatha Subbannab1c39e02016-11-10 21:52:46 +053028S = "${WORKDIR}/git"
29
Lei YU37fb5a02017-07-04 10:02:28 +080030DBUS_SERVICE_${PN} += "xyz.openbmc_project.Time.Manager.service"