summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/chassis
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@inspur.com>2022-06-23 04:21:37 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-06-25 00:59:38 +0300
commit529cbc50beea8dbf34d48372652de52cbb360ee8 (patch)
tree818f7e577b5d1ee0c3032d446ceb90d9412fe1f0 /meta-phosphor/recipes-phosphor/chassis
parentb3dbcec71825d3e5ab5480caf6a9becd9aa65bff (diff)
downloadopenbmc-529cbc50beea8dbf34d48372652de52cbb360ee8.tar.xz
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
Diffstat (limited to 'meta-phosphor/recipes-phosphor/chassis')
-rw-r--r--meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-power_git.bb5
1 files changed, 2 insertions, 3 deletions
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 cea4102cc4..5e713bb1fe 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 @@ PV = "1.0+git${SRCPV}"
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 @@ DEPENDS += "gpioplus"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-power-control;branch=master;protocol=https"
-SRCREV = "ca9aa00180423b548369a7485bbca641581cc1ab"
+SRCREV = "b198609960e3e8b5b7f800cc81ac5fd82bbb4ef0"