summaryrefslogtreecommitdiff
path: root/meta-quanta
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-05-30 10:17:58 +0300
committerWilliam A. Kennington III <wak@google.com>2021-06-05 03:20:33 +0300
commit934fd2b334e42f7a2a1937711cae790bd05f328f (patch)
treed7b8d5313fa82002f759eb2bbf76aef286cf8bfa /meta-quanta
parent643d97391de9a5fc658db9a8b037c752624b847c (diff)
downloadopenbmc-934fd2b334e42f7a2a1937711cae790bd05f328f.tar.xz
meta-quanta: gbs: phosphor-hwmon: Fix missing boost dependency
The patch added an implicit boost dependency Change-Id: Ic990f59d46101684d4576bfbba89ea0f4c9015e1 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-quanta')
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend
index 22b31cfb9..8f3f07f1e 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend
+++ b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend
@@ -3,6 +3,8 @@ FILESEXTRAPATHS_prepend_gbs := "${THISDIR}/${PN}:"
SRC_URI_append_gbs = " file://0002-Add-power-on-monitor-mechanism.patch \
"
+DEPENDS += "boost"
+
GBS_NAMES = " \
i2c@82000/sbtsi@4c \
i2c@85000/i2c-switch@71/i2c@0/max31725@54 \