phosphor-fan: Rename meson option

The option that tells the code to use the host state as the power state
was renamed in the code.

phosphor-fan-presence: srcrev bump bf8e56f699..b7dd3e222c

Matt Spinler (2):
      control: Display locked targets in debug dump
      meson: Rename host power state checking option

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Ic4dfd0c600b31a3aa0d0c9b8101c27e488812bb2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meta-facebook/recipes-phosphor/fans/phosphor-fan_%.bbappend b/meta-facebook/recipes-phosphor/fans/phosphor-fan_%.bbappend
index 8c89fbe..54eb51d 100644
--- a/meta-facebook/recipes-phosphor/fans/phosphor-fan_%.bbappend
+++ b/meta-facebook/recipes-phosphor/fans/phosphor-fan_%.bbappend
@@ -7,7 +7,7 @@
 
 PACKAGECONFIG:append = " json sensor-monitor"
 
-EXTRA_OEMESON = "-Denable-host-state=enabled"
+EXTRA_OEMESON = "-Duse-host-power-state=enabled"
 
 RDEPENDS:sensor-monitor = " bash"
 
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc b/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc
index def4818..d7c55f0 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc
@@ -2,4 +2,4 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
 SRC_URI += "git://github.com/openbmc/phosphor-fan-presence;branch=master;protocol=https"
-SRCREV = "bf8e56f6996668fb22f2b388f46b9b7c6cf4f16e"
+SRCREV = "b7dd3e222c2447ff8f12cd1f25160c8f7e433e49"