summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
diff options
context:
space:
mode:
authorHarvey Wu <Harvey.Wu@quantatw.com>2022-12-15 09:37:54 +0300
committerHarvey Wu <Harvey.Wu@quantatw.com>2022-12-15 09:37:54 +0300
commit14f3377ff2a359faa31c787b34c2c8163e73f1c2 (patch)
treea02afee123cc1257fd78c02ecfc5dfe4dd1e2a44 /meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
parentcbee68f55c9d2410486cae08a8f571edcbc5415e (diff)
downloadopenbmc-14f3377ff2a359faa31c787b34c2c8163e73f1c2.tar.xz
phosphor-pid-control: change to use meson build
Signed-off-by: Harvey Wu <Harvey.Wu@quantatw.com> Change-Id: I03acb8f41bc5930cdcc97b7595fd812fc7d11c47
Diffstat (limited to 'meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
index 4175be05b4..03c23a0aa2 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -28,14 +28,14 @@ SERVICE_FILE = "phosphor-pid-control.service"
SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE:${PN} = "${SERVICE_FILE}"
-inherit autotools pkgconfig
+inherit meson pkgconfig
inherit obmc-phosphor-ipmiprovider-symlink
inherit systemd
-EXTRA_OECONF = " \
- SYSTEMD_TARGET="multi-user.target" \
- --disable-tests \
- "
+EXTRA_OEMESON = " \
+ -Dtests=disabled \
+ -Dsystemd_target="multi-user.target" \
+ "
FILES:${PN} = "${bindir}/swampd ${bindir}/setsensor"
# The following installs the OEM IPMI handler for the fan controls.