blob: 256f9fc20bab8ff32c38aa20d1f32a45e2f0fdb3 [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 \
Brad Bishop1b4e4472016-08-29 21:47:04 -040011 pyphosphor-dbus \
Brad Bishop86ee1cf2016-06-27 14:53:52 -040012 "
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"