summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/acpi-power-state-daemon/acpi-power-state-daemon_git.bb
blob: 4e27309dee07151b8af6677414440db132981b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SUMMARY = "ACPI Power/Sleep state daemon to allow host state events"
DESCRIPTION = "ACPI Power/Sleep state daemon to allow host state events"
HOMEPAGE = "http://github.com/openbmc/google-misc"
PR = "r1"
PV = "1.0+git${SRCPV}"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://../LICENSE;md5=34400b68072d710fecd0a2940a0d1658"

SRC_URI += "git://github.com/openbmc/google-misc"
SRCREV = "1285115c16180bd28a3cfe79d9db8d10c84fe2ed"
S = "${WORKDIR}/git/acpi-power-state-daemon"

inherit meson
inherit pkgconfig
inherit systemd

DEPENDS += " \
    phosphor-dbus-interfaces \
    sdbusplus \
    systemd \
    "

SYSTEMD_SERVICE_${PN} = " \
    acpi-power-state.service \
    host-s0-state.target \
    host-s5-state.target \
    "