commit | 0647c29f97f806e7f20f6586cd32eb1a74f46e61 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Mar 11 08:45:12 2019 -0700 |
committer | Andrew Geissler <geissonator@yahoo.com> | Tue Mar 12 08:13:45 2019 -0500 |
tree | ad902f58e83b21e6aab872727974332d36be3c3a | |
parent | 6ae49a5a912d3c035cde199e178ea7f89a6229ad [diff] |
meta-phosphor: pid-control: add cli11 dependency Add cli11 dependency for build. (From meta-phosphor rev: d0742562ef9e8853d9e22cebf460c57064c2e747) Change-Id: If3efd7a28c63e816fb61b490c2a18a81c55b0408 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb index 607f36c..5cbbe40 100644 --- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb +++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -28,6 +28,7 @@ DEPENDS += "phosphor-logging" DEPENDS += "libevdev" DEPENDS += "nlohmann-json" +DEPENDS += "cli11" # We depend on this to be built first so we can build our providers. DEPENDS += "phosphor-ipmi-host"