blob: 63dfc5da220cc9c4e7832c31b0b56a142f0c5a30 [file] [log] [blame]
Brad Bishopf1cc41b2017-05-31 14:08:33 -04001SUMMARY = "Phosphor DBus Monitor"
2DESCRIPTION = "Phosphor DBus Monitor is a general purpose DBus application \
3that watches DBus traffic for events and takes actions based on those events."
4PR = "r1"
Patrick Venturee4b40802018-10-21 08:28:07 -07005PV = "1.0+git${SRCPV}"
Brad Bishopf1cc41b2017-05-31 14:08:33 -04006HOMEPAGE = "http://github.com/openbmc/phosphor-dbus-monitor"
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
9SRC_URI = "git://github.com/openbmc/phosphor-dbus-monitor"
Andrew Geissler499a9812019-10-31 12:51:03 +000010SRCREV = "07c35131cb7dca8f0c939417ca8eb379b0ea04c4"
Brad Bishopf1cc41b2017-05-31 14:08:33 -040011
12inherit autotools \
13 pkgconfig \
14 pythonnative \
15 phosphor-dbus-monitor \
16 obmc-phosphor-systemd
17
Brad Bishopeafda3b2017-08-02 01:32:43 -040018PACKAGE_BEFORE_PN = "phosphor-msl-verify"
19SYSTEMD_PACKAGES = "${PN} phosphor-msl-verify"
20SYSTEMD_SERVICE_phosphor-msl-verify = "phosphor-msl-verify.service"
21
Brad Bishopf1cc41b2017-05-31 14:08:33 -040022DEPENDS += " \
Matthew Barth71f907f2019-06-12 13:33:25 -050023 ${PN}-config \
Brad Bishopf1cc41b2017-05-31 14:08:33 -040024 phosphor-logging \
25 autoconf-archive-native \
Brad Bishopf06d3b62018-01-26 21:48:20 -050026 sdbusplus-native \
William A. Kennington IIIb27564d2018-10-19 15:59:19 -070027 sdeventplus \
Brad Bishopf1cc41b2017-05-31 14:08:33 -040028 gtest \
Andrew Geissler76158002018-09-05 00:30:15 +000029 phosphor-snmp \
Brad Bishopf1cc41b2017-05-31 14:08:33 -040030 "
Brad Bishopf1cc41b2017-05-31 14:08:33 -040031
Andrew Geisslered758c12019-03-28 20:51:47 +000032FILES_phosphor-msl-verify = "${bindir}/phosphor-msl-verify"
Brad Bishopeafda3b2017-08-02 01:32:43 -040033
Brad Bishopf1cc41b2017-05-31 14:08:33 -040034S = "${WORKDIR}/git"
35
36EXTRA_OECONF = " \
Matthew Barth71f907f2019-06-12 13:33:25 -050037 YAML_PATH=${STAGING_DIR_HOST}${config_dir} \
Brad Bishopf1cc41b2017-05-31 14:08:33 -040038 "