summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/chassis/obmc-control-chassis_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-phosphor/chassis/obmc-control-chassis_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/chassis/obmc-control-chassis_git.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-control-chassis_git.bb b/meta-phosphor/recipes-phosphor/chassis/obmc-control-chassis_git.bb
deleted file mode 100644
index 1f98bc0548..0000000000
--- a/meta-phosphor/recipes-phosphor/chassis/obmc-control-chassis_git.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SUMMARY = "OpenBMC org.openbmc.control.Chassis example implementation"
-DESCRIPTION = "An example implementation of the org.openbmc.control.Chassis DBUS API."
-PV = "1.0+git${SRCPV}"
-PR = "r1"
-
-SKELETON_DIR = "pychassisctl"
-
-inherit skeleton-python
-inherit obmc-phosphor-dbus-service
-
-RDEPENDS:${PN} += "\
- python-dbus \
- python-pygobject \
- python-netclient \
- pyphosphor-dbus \
- "
-
-FMT = "org.openbmc.control.Chassis@{0}.service"
-DBUS_SERVICE:${PN} += "${@compose_list(d, 'FMT', 'OBMC_CHASSIS_INSTANCES')}"