blob: ef49a434612519153c75fc0e8bee647a35d51a40 [file] [log] [blame]
Brad Bishop5f9be072016-06-27 14:53:52 -04001SUMMARY = "OpenBMC fan control"
2DESCRIPTION = "OpenBMC fan control."
3PR = "r1"
Patrick Ventured28402d2018-10-09 20:17:18 -07004PV = "1.0+git${SRCPV}"
Brad Bishop5f9be072016-06-27 14:53:52 -04005
Patrick Williams7216f422016-10-06 22:00:02 -05006inherit skeleton-sdbus
Brad Bishop1d525fa2016-08-17 20:27:37 -04007inherit obmc-phosphor-dbus-service
Brad Bishop92673622018-01-26 21:30:17 -05008inherit pkgconfig
Brad Bishop5f9be072016-06-27 14:53:52 -04009
Patrick Williams7216f422016-10-06 22:00:02 -050010RDEPENDS_${PN} += "libsystemd"
11SKELETON_DIR = "fanctl"
12
Brad Bishop1d525fa2016-08-17 20:27:37 -040013DBUS_SERVICE_${PN} += "org.openbmc.control.Fans.service"
14SYSTEMD_SERVICE_${PN} += "obmc-max-fans.service"