phosphor-power-control: srcrev bump ca9aa00180..b198609960
George Liu (4):
Add clang-format
Remove redundant header files
meson: Add subprojects file
meson: Add meson build
Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I52a1374e5ad7000a20090a78a00fc1369b301239
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-power_git.bb b/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-power_git.bb
index cea4102..5e713bb 100644
--- a/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-power_git.bb
+++ b/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-power_git.bb
@@ -5,9 +5,8 @@
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-inherit autotools pkgconfig
+inherit meson pkgconfig
-DEPENDS += "autoconf-archive-native"
DEPENDS += "phosphor-logging"
DEPENDS += "nlohmann-json"
DEPENDS += "gpioplus"
@@ -15,4 +14,4 @@
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-power-control;branch=master;protocol=https"
-SRCREV = "ca9aa00180423b548369a7485bbca641581cc1ab"
+SRCREV = "b198609960e3e8b5b7f800cc81ac5fd82bbb4ef0"