summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb b/meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb
deleted file mode 100644
index 61e55d9f8..000000000
--- a/meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "OpenBMC inventory manager"
-DESCRIPTION = "OpenBMC inventory manager."
-PR = "r1"
-PV = "1.0+git${SRCPV}"
-
-inherit skeleton-python
-inherit obmc-phosphor-dbus-service
-
-RRECOMMENDS_${PN} += "virtual-obmc-inventory-data"
-
-VIRTUAL-RUNTIME_skeleton_workbook ?= ""
-
-RDEPENDS_${PN} += "\
- python-argparse \
- python-dbus \
- python-json \
- python-pickle \
- python-pygobject \
- python-subprocess \
- pyphosphor-dbus \
- ${VIRTUAL-RUNTIME_skeleton_workbook} \
- "
-
-SKELETON_DIR = "pyinventorymgr"
-SYSTEMD_SERVICE_${PN} += "obmc-sync-inventory-item@.service"