blob: 61e55d9f8389608195ae84c669661ceddb95f74c [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC inventory manager"
2DESCRIPTION = "OpenBMC inventory manager."
3PR = "r1"
Patrick Venturea6434932018-10-09 19:44:05 -07004PV = "1.0+git${SRCPV}"
Brad Bishop86ee1cf2016-06-27 14:53:52 -04005
6inherit skeleton-python
Brad Bishop0fe80462016-08-17 20:27:37 -04007inherit obmc-phosphor-dbus-service
Brad Bishop86ee1cf2016-06-27 14:53:52 -04008
Matt Spinler6f5fba12016-09-13 16:20:01 -05009RRECOMMENDS_${PN} += "virtual-obmc-inventory-data"
Brad Bishop86ee1cf2016-06-27 14:53:52 -040010
Andrew Geissler35d42682018-01-02 14:54:19 -060011VIRTUAL-RUNTIME_skeleton_workbook ?= ""
12
Brad Bishop86ee1cf2016-06-27 14:53:52 -040013RDEPENDS_${PN} += "\
Adriana Kobylakca2b6a92016-08-26 09:39:39 -050014 python-argparse \
Brad Bishop86ee1cf2016-06-27 14:53:52 -040015 python-dbus \
16 python-json \
17 python-pickle \
18 python-pygobject \
Adriana Kobylakca2b6a92016-08-26 09:39:39 -050019 python-subprocess \
Brad Bishop1b4e4472016-08-29 21:47:04 -040020 pyphosphor-dbus \
Brad Bishop86ee1cf2016-06-27 14:53:52 -040021 ${VIRTUAL-RUNTIME_skeleton_workbook} \
22 "
23
24SKELETON_DIR = "pyinventorymgr"
Brad Bishop0fe80462016-08-17 20:27:37 -040025SYSTEMD_SERVICE_${PN} += "obmc-sync-inventory-item@.service"