summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2020-05-21 18:32:30 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-05-27 00:33:19 +0300
commit6e2600f6b81f4c588a21d6f270488691cc7fafd2 (patch)
tree648b6916c5b4158433d649000ada0227b18fe2ab
parentb4d4c8603c2c0ebb02bf431b603501d2c39af274 (diff)
downloadopenbmc-6e2600f6b81f4c588a21d6f270488691cc7fafd2.tar.xz
phosphor: hwmon: add missing stdplus dependency
Add missing dependency on stdplus in recipe. (From meta-phosphor rev: 9d2aa344187192fb0e1af85b0119a0332822f831) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ic05259a05db8fe0420cec4a17739aa79e8f66778 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb
index 3207df4dc..5ccf99cac 100644
--- a/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb
@@ -18,6 +18,7 @@ DEPENDS += "autoconf-archive-native"
DEPENDS += " \
sdbusplus \
sdeventplus \
+ stdplus \
phosphor-dbus-interfaces \
phosphor-logging \
gpioplus \