commit | 95fd2b822ed50bfc08513f4f9d6e0f689dac8ef2 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Sep 14 00:25:00 2018 -0700 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Feb 04 13:39:20 2019 +0000 |
tree | efff8be0777b9e2a33655a436e5b5fb96c7dd97c | |
parent | 60a523a517ef5c052c4280851f6895bacf3cb5a7 [diff] |
phosphor-watchdog: Add cli11 support Tested: Still build as normal and works to enable support with a manually patched phosphor-watchdog. Change-Id: Ie916f0455e33c50807ceea74baae58d7f40a87d3 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/recipes-phosphor/watchdog/phosphor-watchdog_git.bb b/recipes-phosphor/watchdog/phosphor-watchdog_git.bb index a8a0cb9..20c3f71 100644 --- a/recipes-phosphor/watchdog/phosphor-watchdog_git.bb +++ b/recipes-phosphor/watchdog/phosphor-watchdog_git.bb
@@ -13,6 +13,7 @@ PROVIDES += "virtual/obmc-watchdog" DEPENDS += "autoconf-archive-native" +DEPENDS += "cli11" DEPENDS += "sdbusplus sdbusplus-native" DEPENDS += "sdeventplus" DEPENDS += "phosphor-dbus-interfaces"