blob: 73a598c158a29f46633e4b260b56fd64f065c6ac [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC inventory manager"
2DESCRIPTION = "OpenBMC inventory manager."
3PR = "r1"
4
5inherit skeleton-python
Brad Bishop0fe80462016-08-17 20:27:37 -04006inherit obmc-phosphor-dbus-service
Brad Bishop86ee1cf2016-06-27 14:53:52 -04007
8VIRTUAL-RUNTIME_skeleton_workbook ?= ""
9
10RDEPENDS_${PN} += "\
Adriana Kobylakca2b6a92016-08-26 09:39:39 -050011 python-argparse \
Brad Bishop86ee1cf2016-06-27 14:53:52 -040012 python-dbus \
13 python-json \
14 python-pickle \
15 python-pygobject \
Adriana Kobylakca2b6a92016-08-26 09:39:39 -050016 python-subprocess \
Brad Bishop1b4e4472016-08-29 21:47:04 -040017 pyphosphor-dbus \
Brad Bishop86ee1cf2016-06-27 14:53:52 -040018 ${VIRTUAL-RUNTIME_skeleton_workbook} \
19 "
20
21SKELETON_DIR = "pyinventorymgr"
Brad Bishop0fe80462016-08-17 20:27:37 -040022DBUS_SERVICE_${PN} += "org.openbmc.Inventory.service"
23SYSTEMD_SERVICE_${PN} += "obmc-sync-inventory-item@.service"