blob: dbe72d1a5456bd064547684bb73c36ba216861cc [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
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"
14RDEPENDS_${PN} += "phosphor-settings"
15RDEPENDS_${PN} += "network"
16RDEPENDS_${PN} += "libmapper"
17RDEPENDS_${PN} += "libsystemd"
Vishwanatha Subbannac1f80242017-01-11 02:46:25 -060018
Vishwanatha Subbannab1c39e02016-11-10 21:52:46 +053019SRC_URI += "git://github.com/openbmc/phosphor-time-manager"
Vishwanatha Subbannab1c39e02016-11-10 21:52:46 +053020SRCREV = "2a96cfc0ed4e5466793a82292ee5640c992b963c"
Vishwanatha Subbannab1c39e02016-11-10 21:52:46 +053021S = "${WORKDIR}/git"
22
23DBUS_SERVICE_${PN} += "org.openbmc.TimeManager.service"