summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2022-08-13 00:44:17 +0300
committerMatt Spinler <spinler@us.ibm.com>2022-08-19 18:51:38 +0300
commitcb26287486d7d34acbe272804381a9bc3351c8a6 (patch)
treee02061bd106a692a0529f50634cde47404f045a1 /meta-ibm
parenta320910c6458a849139befbee636cd1405d7daae (diff)
downloadopenbmc-cb26287486d7d34acbe272804381a9bc3351c8a6.tar.xz
phosphor-fan: Build with meson
The phosphor-fan-presence repository added meson support, so start using it. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: If850d3d379ad82dc8f9691efd7a0561f350543dc
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend b/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend
index e0d491355c..64a1ffc899 100644
--- a/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend
+++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend
@@ -58,7 +58,7 @@ SYSTEMD_LINK:${PN}-control:witherspoon += "${@compose_list(d, 'FMT_CONTROL_PWRON
# Enable the use of JSON on the fan applications that support it
PACKAGECONFIG:append:witherspoon = " json"
-EXTRA_OECONF:append:witherspoon = " --disable-json-control"
+EXTRA_OEMESON:append:witherspoon = " -Djson-control=disabled"
PACKAGECONFIG:append:p10bmc = " json sensor-monitor"