Brad Bishop | f1cc41b | 2017-05-31 14:08:33 -0400 | [diff] [blame] | 1 | SUMMARY = "Phosphor DBus Monitor" |
| 2 | DESCRIPTION = "Phosphor DBus Monitor is a general purpose DBus application \ |
| 3 | that watches DBus traffic for events and takes actions based on those events." |
| 4 | PR = "r1" |
Brad Bishop | f1cc41b | 2017-05-31 14:08:33 -0400 | [diff] [blame] | 5 | HOMEPAGE = "http://github.com/openbmc/phosphor-dbus-monitor" |
| 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 8 | SRC_URI = "git://github.com/openbmc/phosphor-dbus-monitor" |
Andrew Geissler | 07e715b | 2018-10-18 19:50:19 +0000 | [diff] [blame] | 9 | SRCREV = "0b45a3ce6d21e70453ed3d4a7dfcc2bef0865e7f" |
Brad Bishop | f1cc41b | 2017-05-31 14:08:33 -0400 | [diff] [blame] | 10 | |
| 11 | inherit autotools \ |
| 12 | pkgconfig \ |
| 13 | pythonnative \ |
| 14 | phosphor-dbus-monitor \ |
| 15 | obmc-phosphor-systemd |
| 16 | |
Brad Bishop | eafda3b | 2017-08-02 01:32:43 -0400 | [diff] [blame] | 17 | PACKAGE_BEFORE_PN = "phosphor-msl-verify" |
| 18 | SYSTEMD_PACKAGES = "${PN} phosphor-msl-verify" |
| 19 | SYSTEMD_SERVICE_phosphor-msl-verify = "phosphor-msl-verify.service" |
| 20 | |
Brad Bishop | f1cc41b | 2017-05-31 14:08:33 -0400 | [diff] [blame] | 21 | DEPENDS += " \ |
| 22 | ${PN}-config-native \ |
| 23 | phosphor-logging \ |
| 24 | autoconf-archive-native \ |
Brad Bishop | f06d3b6 | 2018-01-26 21:48:20 -0500 | [diff] [blame] | 25 | sdbusplus-native \ |
Brad Bishop | f1cc41b | 2017-05-31 14:08:33 -0400 | [diff] [blame] | 26 | gtest \ |
Andrew Geissler | 7615800 | 2018-09-05 00:30:15 +0000 | [diff] [blame] | 27 | phosphor-snmp \ |
Brad Bishop | f1cc41b | 2017-05-31 14:08:33 -0400 | [diff] [blame] | 28 | " |
| 29 | RDEPENDS_${PN} += " \ |
| 30 | sdbusplus \ |
| 31 | phosphor-dbus-interfaces \ |
| 32 | phosphor-logging \ |
Andrew Geissler | 7615800 | 2018-09-05 00:30:15 +0000 | [diff] [blame] | 33 | phosphor-snmp \ |
Brad Bishop | f1cc41b | 2017-05-31 14:08:33 -0400 | [diff] [blame] | 34 | " |
| 35 | |
Brad Bishop | eafda3b | 2017-08-02 01:32:43 -0400 | [diff] [blame] | 36 | RDEPENDS_phosphor-msl-verify += " \ |
| 37 | sdbusplus \ |
| 38 | phosphor-dbus-interfaces \ |
| 39 | phosphor-logging \ |
Andrew Geissler | 7615800 | 2018-09-05 00:30:15 +0000 | [diff] [blame] | 40 | phosphor-snmp \ |
Brad Bishop | eafda3b | 2017-08-02 01:32:43 -0400 | [diff] [blame] | 41 | " |
| 42 | FILES_phosphor-msl-verify = "${sbindir}/phosphor-msl-verify" |
| 43 | |
Brad Bishop | f1cc41b | 2017-05-31 14:08:33 -0400 | [diff] [blame] | 44 | S = "${WORKDIR}/git" |
| 45 | |
| 46 | EXTRA_OECONF = " \ |
| 47 | YAML_PATH=${STAGING_DIR_NATIVE}${config_dir} \ |
| 48 | " |