blob: 5eacac067106bbfa92fd5c15f03ce95ff9651547 [file] [log] [blame]
Brad Bishop5f9be072016-06-27 14:53:52 -04001SUMMARY = "OpenBMC sensor manager"
2DESCRIPTION = "OpenBMC sensor manager."
3PR = "r1"
4
5inherit skeleton-python
Brad Bishop1d525fa2016-08-17 20:27:37 -04006inherit obmc-phosphor-dbus-service
Brad Bishop5f9be072016-06-27 14:53:52 -04007
8VIRTUAL-RUNTIME_skeleton_workbook ?= ""
9
10RDEPENDS_${PN} += "\
11 python-dbus \
12 python-json \
13 python-pygobject\
Patrick Williams73f46432017-03-03 12:52:30 -060014 pyphosphor \
Brad Bishop376b0652016-08-29 21:47:04 -040015 pyphosphor-dbus \
Brad Bishop5f9be072016-06-27 14:53:52 -040016 ${VIRTUAL-RUNTIME_skeleton_workbook} \
17 "
18
19SKELETON_DIR = "pysensormgr"
Brad Bishop1d525fa2016-08-17 20:27:37 -040020DBUS_SERVICE_${PN} += "org.openbmc.Sensors.service"