commit | b7c44645b3bb790f64e051f1e67167667573221d | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Apr 06 09:13:05 2020 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Apr 06 17:57:47 2020 +0000 |
tree | b858469a33a14609303ac8b80bdbaab8db02573f | |
parent | 3a87b168eb42e1045921f4b611d3fbc4617b93cc [diff] |
openpower-host-ipmi-flash: remove dependency on sdbus++ Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Icc5e42b16e6d77f43016973c7d3d6dccd15c8cbf
diff --git a/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb b/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb index 0b1e52b..2613cc8 100644 --- a/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb +++ b/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb
@@ -10,7 +10,7 @@ DEPENDS += "phosphor-ipmi-host" DEPENDS += "autoconf-archive-native" -DEPENDS += "sdbusplus sdbusplus-native" +DEPENDS += "sdbusplus" DEPENDS += "phosphor-logging" DEPENDS += "phosphor-dbus-interfaces phosphor-dbus-interfaces-native" DEPENDS += "openpower-dbus-interfaces openpower-dbus-interfaces-native"