blob: 8136b6a5f00a0f214be720547fc0d5f1f8cd07a9 [file] [log] [blame]
Brad Bishop0f547b12017-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 Venture96135452018-10-21 08:28:07 -07005PV = "1.0+git${SRCPV}"
Brad Bishop0f547b12017-05-31 14:08:33 -04006HOMEPAGE = "http://github.com/openbmc/phosphor-dbus-monitor"
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Patrick Williamsbb99d222022-01-24 15:55:09 -06009SRC_URI = "git://github.com/openbmc/phosphor-dbus-monitor;branch=master;protocol=https"
Andrew Geisslerac253ea2021-10-26 16:01:05 +000010SRCREV = "0a3fe497b41d4530e0f6ce6f19a8612b41986514"
Brad Bishop0f547b12017-05-31 14:08:33 -040011
12inherit autotools \
13 pkgconfig \
Andrew Geissler706d7862020-04-06 15:01:46 +000014 python3native \
Brad Bishop0f547b12017-05-31 14:08:33 -040015 phosphor-dbus-monitor \
16 obmc-phosphor-systemd
17
Brad Bishop48628b42017-08-02 01:32:43 -040018PACKAGE_BEFORE_PN = "phosphor-msl-verify"
19SYSTEMD_PACKAGES = "${PN} phosphor-msl-verify"
Patrick Williams12fc9392021-08-06 09:16:53 -050020SYSTEMD_SERVICE:phosphor-msl-verify = "phosphor-msl-verify.service"
Brad Bishop48628b42017-08-02 01:32:43 -040021
Brad Bishop0f547b12017-05-31 14:08:33 -040022DEPENDS += " \
Matthew Barthb417d472019-06-12 13:33:25 -050023 ${PN}-config \
Brad Bishop0f547b12017-05-31 14:08:33 -040024 phosphor-logging \
25 autoconf-archive-native \
Patrick Williams4b32c9a2020-03-31 16:43:15 -050026 ${PYTHON_PN}-sdbus++-native \
William A. Kennington III0596eac2018-10-19 15:59:19 -070027 sdeventplus \
Brad Bishop0f547b12017-05-31 14:08:33 -040028 gtest \
Andrew Geissler36b64c02018-09-05 00:30:15 +000029 phosphor-snmp \
Marri Devender Raoa159fff2020-03-06 12:05:27 -060030 ${PYTHON_PN}-native \
31 ${PYTHON_PN}-pyyaml-native \
32 ${PYTHON_PN}-setuptools-native \
33 ${PYTHON_PN}-mako-native \
Brad Bishop0f547b12017-05-31 14:08:33 -040034 "
Brad Bishop0f547b12017-05-31 14:08:33 -040035
Patrick Williams12fc9392021-08-06 09:16:53 -050036FILES:phosphor-msl-verify = "${bindir}/phosphor-msl-verify"
Brad Bishop48628b42017-08-02 01:32:43 -040037
Brad Bishop0f547b12017-05-31 14:08:33 -040038S = "${WORKDIR}/git"
39
40EXTRA_OECONF = " \
Matthew Barthb417d472019-06-12 13:33:25 -050041 YAML_PATH=${STAGING_DIR_HOST}${config_dir} \
Brad Bishop0f547b12017-05-31 14:08:33 -040042 "