Brandon Kim | cb27e73 | 2021-03-08 21:44:23 -0800 | [diff] [blame^] | 1 | SUMMARY = "ACPI Power/Sleep state daemon to allow host state events" |
| 2 | DESCRIPTION = "ACPI Power/Sleep state daemon to allow host state events" |
| 3 | HOMEPAGE = "http://github.com/openbmc/google-misc" |
| 4 | PR = "r1" |
| 5 | PV = "1.0+git${SRCPV}" |
| 6 | |
| 7 | LICENSE = "Apache-2.0" |
| 8 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 9 | |
| 10 | SRC_URI += "git://github.com/openbmc/google-misc" |
| 11 | SRCREV = "15fe169d1fbdd510bb9cfc9bb725baf0613350ff" |
| 12 | S = "${WORKDIR}/git/acpi-power-state-daemon" |
| 13 | |
| 14 | inherit meson |
| 15 | inherit pkgconfig |
| 16 | inherit systemd |
| 17 | |
| 18 | DEPENDS += " \ |
| 19 | phosphor-dbus-interfaces \ |
| 20 | sdbusplus \ |
| 21 | systemd \ |
| 22 | " |
| 23 | |
| 24 | SYSTEMD_SERVICE_${PN} = " \ |
| 25 | acpi-power-state.service \ |
| 26 | host-s0-state.target \ |
| 27 | host-s5-state.target \ |
| 28 | " |