summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2021-06-10 23:26:49 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-06-17 03:17:14 +0300
commitbbc6b9d835ed6d1113dd48e1b2197ec65a42acc5 (patch)
tree9b25eef124dab3d3fe3fd085e59e3f7173212311 /meta-openpower/recipes-phosphor
parent8325c0bce12d0cd5d0ec81214a34cd7597478327 (diff)
downloadopenbmc-bbc6b9d835ed6d1113dd48e1b2197ec65a42acc5.tar.xz
meta-openpower: convert op-proc-control to meson
This includes the following bump: e22e8231c4..e04c1173c1 Andrew Geissler (3): gitignore: ensure utest.cpp not ignored meson: remove old automake files meson: fix static initialization order race condition Jayanth Othayoth (1): Fix related P10 SPI mux settings Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Iff99f6536d2552984bb08c2e3267c36cde1bf8d4
Diffstat (limited to 'meta-openpower/recipes-phosphor')
-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"