From bbc6b9d835ed6d1113dd48e1b2197ec65a42acc5 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 10 Jun 2021 15:26:49 -0500 Subject: 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 Change-Id: Iff99f6536d2552984bb08c2e3267c36cde1bf8d4 --- meta-openpower/recipes-phosphor/host/op-proc-control_git.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meta-openpower/recipes-phosphor/host/op-proc-control_git.bb') 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" -- cgit v1.2.3