Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenBMC fan control" |
| 2 | DESCRIPTION = "OpenBMC fan control." |
| 3 | PR = "r1" |
Patrick Venture | d5f744e | 2018-10-09 20:17:18 -0700 | [diff] [blame] | 4 | PV = "1.0+git${SRCPV}" |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 5 | |
Patrick Williams | 80210da | 2016-10-06 22:00:02 -0500 | [diff] [blame] | 6 | inherit skeleton-sdbus |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 7 | inherit obmc-phosphor-dbus-service |
Brad Bishop | 09523bb | 2018-01-26 21:30:17 -0500 | [diff] [blame] | 8 | inherit pkgconfig |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 9 | |
Patrick Williams | 80210da | 2016-10-06 22:00:02 -0500 | [diff] [blame] | 10 | RDEPENDS_${PN} += "libsystemd" |
| 11 | SKELETON_DIR = "fanctl" |
| 12 | |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 13 | DBUS_SERVICE_${PN} += "org.openbmc.control.Fans.service" |
| 14 | SYSTEMD_SERVICE_${PN} += "obmc-max-fans.service" |