blob: d6b416bcd8d65cd04b71273b173b7a28df30e4c1 [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC sensor manager"
2DESCRIPTION = "OpenBMC sensor 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} += "\
11 python-dbus \
12 python-json \
13 python-pygobject\
14 pyphosphor \
15 ${VIRTUAL-RUNTIME_skeleton_workbook} \
16 "
17
18SKELETON_DIR = "pysensormgr"
Brad Bishop0fe80462016-08-17 20:27:37 -040019DBUS_SERVICE_${PN} += "org.openbmc.Sensors.service"