summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openpower/recipes-phosphor/host/op-proc-control_git.bb')
-rw-r--r--meta-openpower/recipes-phosphor/host/op-proc-control_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
index aa0a784d3..f9611985d 100644
--- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
+++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
@@ -7,19 +7,20 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
S = "${WORKDIR}/git"
-inherit autotools obmc-phosphor-utils pkgconfig
+inherit meson obmc-phosphor-utils pkgconfig
inherit systemd
SRC_URI += "git://github.com/openbmc/openpower-proc-control"
-SRCREV = "e22e8231c49d3a7fa4ea24d57e48be072e1d7e16"
+SRCREV = "e04c1173c1d76575fd1cf968d421bdf1dec82606"
DEPENDS += " \
- autoconf-archive-native \
phosphor-logging \
phosphor-dbus-interfaces \
libgpiod \
"
+EXTRA_OEMESON += "-Dtests=disabled"
+
# For libpdbg, provided by the pdbg package
DEPENDS += "pdbg"