Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenBMC inventory manager" |
| 2 | DESCRIPTION = "OpenBMC inventory manager." |
| 3 | PR = "r1" |
Patrick Venture | a643493 | 2018-10-09 19:44:05 -0700 | [diff] [blame] | 4 | PV = "1.0+git${SRCPV}" |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 5 | |
| 6 | inherit skeleton-python |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 7 | inherit obmc-phosphor-dbus-service |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 8 | |
Matt Spinler | 6f5fba1 | 2016-09-13 16:20:01 -0500 | [diff] [blame] | 9 | RRECOMMENDS_${PN} += "virtual-obmc-inventory-data" |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 10 | |
Andrew Geissler | 35d4268 | 2018-01-02 14:54:19 -0600 | [diff] [blame] | 11 | VIRTUAL-RUNTIME_skeleton_workbook ?= "" |
| 12 | |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 13 | RDEPENDS_${PN} += "\ |
Adriana Kobylak | ca2b6a9 | 2016-08-26 09:39:39 -0500 | [diff] [blame] | 14 | python-argparse \ |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 15 | python-dbus \ |
| 16 | python-json \ |
| 17 | python-pickle \ |
| 18 | python-pygobject \ |
Adriana Kobylak | ca2b6a9 | 2016-08-26 09:39:39 -0500 | [diff] [blame] | 19 | python-subprocess \ |
Brad Bishop | 1b4e447 | 2016-08-29 21:47:04 -0400 | [diff] [blame] | 20 | pyphosphor-dbus \ |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 21 | ${VIRTUAL-RUNTIME_skeleton_workbook} \ |
| 22 | " |
| 23 | |
| 24 | SKELETON_DIR = "pyinventorymgr" |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 25 | SYSTEMD_SERVICE_${PN} += "obmc-sync-inventory-item@.service" |