diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-08-31 06:25:51 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-09-06 07:44:12 -0400 |
commit | ff075f6ee795a590b244d70a90cc312ba1f2d83d (patch) | |
tree | a617790bdbfdeef960665ba0242e1f0c93e5301a /meta-phosphor/common/recipes-phosphor/dbus/phosphor-dbus-monitor.bb | |
parent | 3e4da38c127bb7e7641adc2fc41f4c33744cb918 (diff) | |
download | talos-openbmc-ff075f6ee795a590b244d70a90cc312ba1f2d83d.tar.gz talos-openbmc-ff075f6ee795a590b244d70a90cc312ba1f2d83d.zip |
meta-phosphor: Move layer content from common/
Adopt a more conventional directory hierarchy. meta-phosphor is still
a _long_ way from suitable for hosting on yoctoproject.org but things
like this don't help.
(From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b)
Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/dbus/phosphor-dbus-monitor.bb')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/dbus/phosphor-dbus-monitor.bb | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-dbus-monitor.bb b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-dbus-monitor.bb deleted file mode 100644 index cfa684aa0..000000000 --- a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-dbus-monitor.bb +++ /dev/null @@ -1,46 +0,0 @@ -SUMMARY = "Phosphor DBus Monitor" -DESCRIPTION = "Phosphor DBus Monitor is a general purpose DBus application \ -that watches DBus traffic for events and takes actions based on those events." -PR = "r1" - -HOMEPAGE = "http://github.com/openbmc/phosphor-dbus-monitor" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" -SRC_URI = "git://github.com/openbmc/phosphor-dbus-monitor" -SRCREV = "2ded5e1e3993913be34e8122f2b835468a2f9e91" - -inherit autotools \ - pkgconfig \ - pythonnative \ - phosphor-dbus-monitor \ - obmc-phosphor-systemd - -PACKAGE_BEFORE_PN = "phosphor-msl-verify" -SYSTEMD_PACKAGES = "${PN} phosphor-msl-verify" -SYSTEMD_SERVICE_phosphor-msl-verify = "phosphor-msl-verify.service" - -DEPENDS += " \ - ${PN}-config-native \ - phosphor-logging \ - autoconf-archive-native \ - sdbusplus-native \ - gtest \ - " -RDEPENDS_${PN} += " \ - sdbusplus \ - phosphor-dbus-interfaces \ - phosphor-logging \ - " - -RDEPENDS_phosphor-msl-verify += " \ - sdbusplus \ - phosphor-dbus-interfaces \ - phosphor-logging \ - " -FILES_phosphor-msl-verify = "${sbindir}/phosphor-msl-verify" - -S = "${WORKDIR}/git" - -EXTRA_OECONF = " \ - YAML_PATH=${STAGING_DIR_NATIVE}${config_dir} \ - " |