commit | 6e2600f6b81f4c588a21d6f270488691cc7fafd2 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu May 21 08:32:30 2020 -0700 |
committer | Andrew Geissler <geissonator@yahoo.com> | Tue May 26 16:33:19 2020 -0500 |
tree | 648b6916c5b4158433d649000ada0227b18fe2ab | |
parent | b4d4c8603c2c0ebb02bf431b603501d2c39af274 [diff] |
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>
diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb index 3207df4..5ccf99c 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 += " \ sdbusplus \ sdeventplus \ + stdplus \ phosphor-dbus-interfaces \ phosphor-logging \ gpioplus \