blob: d4504a6fc26bb9d53e8e29fcfb9d1b1a9e1e9b69 [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC fan control"
2DESCRIPTION = "OpenBMC fan control."
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
8RDEPENDS_${PN} += "\
9 python-dbus \
10 python-pygobject \
11 pyphosphor \
12 "
13SKELETON_DIR = "pyfanctl"
Brad Bishop0fe80462016-08-17 20:27:37 -040014DBUS_SERVICE_${PN} += "org.openbmc.control.Fans.service"
15SYSTEMD_SERVICE_${PN} += "obmc-max-fans.service"