blob: 5a436b3a6553a98ff59ed7279062fb21b48fd0bf [file] [log] [blame]
Chris Austen737b35f2015-10-25 00:21:04 -05001SUMMARY = "Phosphor OpenBMC Event Management"
2DESCRIPTION = "Phosphor OpenBMC event management reference implementation."
Chris Austen3fef0762015-10-30 15:59:47 -05003HOMEPAGE = "https://github.com/openbmc/phosphor-event"
Chris Austen737b35f2015-10-25 00:21:04 -05004PR = "r1"
5
Matthew Barth1eaa75d2016-09-29 15:52:24 -05006inherit autotools pkgconfig
Chris Austen737b35f2015-10-25 00:21:04 -05007inherit obmc-phosphor-license
Brad Bishop745f13b2016-08-30 15:06:19 -04008inherit obmc-phosphor-dbus-service
Chris Austen737b35f2015-10-25 00:21:04 -05009
Matthew Barth1eaa75d2016-09-29 15:52:24 -050010DEPENDS += "systemd"
11DEPENDS += "autoconf-archive-native"
Brad Bishopa7156812016-09-06 22:02:03 -040012PROVIDES += "virtual/obmc-event-mgmt"
13RPROVIDES_${PN} += "virtual-obmc-event-mgmt"
14
Chris Austen3fef0762015-10-30 15:59:47 -050015SRC_URI += "git://github.com/openbmc/phosphor-event"
Patrick Williamsaf608ec2017-01-11 22:40:04 -060016SRCREV = "74c0963269a6828c42d282b97bffa1afafc1b7d0"
Chris Austen737b35f2015-10-25 00:21:04 -050017
Brad Bishop745f13b2016-08-30 15:06:19 -040018DBUS_SERVICE_${PN} = "org.openbmc.records.events.service"
19SYSTEMD_ENVIRONMENT_FILE_${PN} += "obmc/eventd/eventd.conf"
Chris Austen737b35f2015-10-25 00:21:04 -050020
21S = "${WORKDIR}/git"
Chris Austen737b35f2015-10-25 00:21:04 -050022
Matthew Barth1eaa75d2016-09-29 15:52:24 -050023do_install_append() {
Chris Austene6be0e32016-02-08 23:00:29 -060024 install -d ${D}/var/lib/obmc/events/
Chris Austen737b35f2015-10-25 00:21:04 -050025}