blob: 15faa3a9741e2d5f2edb2580e2775bbc3e5082f4 [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"
8inherit autotools pkgconfig
9
10DEPENDS += "autoconf-archive-native"
11DEPENDS += "phosphor-mapper"
12DEPENDS += "systemd"
13RDEPENDS_${PN} += "phosphor-settings"
14RDEPENDS_${PN} += "network"
15RDEPENDS_${PN} += "libmapper"
16RDEPENDS_${PN} += "libsystemd"
17SRC_URI += "git://github.com/openbmc/phosphor-time-manager"
18
19SRCREV = "2a96cfc0ed4e5466793a82292ee5640c992b963c"
20
21S = "${WORKDIR}/git"
22
23DBUS_SERVICE_${PN} += "org.openbmc.TimeManager.service"