commit | f0e6674cf445f68b5b72ef6f7390a092833ff7ec | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Oct 18 01:34:43 2018 -0700 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Oct 18 20:59:03 2018 +0000 |
tree | be25717a4d402c034795a46e8278d48b767e5fd0 | |
parent | 652b2dba99be9c8e8570ad11ffeeb92405951c63 [diff] |
phosphor-state-manager: Depend on sdeventplus An upcoming change will require that phosphor-state-manager has sdeventplus during build time. Change-Id: If7b1338984b258d44554596aa70cf6b8d121cc89 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/recipes-phosphor/state/phosphor-state-manager.bb b/recipes-phosphor/state/phosphor-state-manager.bb index 0bdfc61..97d3dc7 100644 --- a/recipes-phosphor/state/phosphor-state-manager.bb +++ b/recipes-phosphor/state/phosphor-state-manager.bb
@@ -38,6 +38,7 @@ DEPENDS += "autoconf-archive-native" DEPENDS += "sdbusplus" +DEPENDS += "sdeventplus" DEPENDS += "phosphor-logging" DEPENDS += "phosphor-dbus-interfaces" DEPENDS += "cereal"