commit | 04ff12c745a36c70e4f6f464ef2a2551776d6c21 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jan 26 21:48:20 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Feb 01 14:50:23 2018 -0500 |
tree | 8f5d54670d35e73b3b330927f2eacb3816c10426 | |
parent | 9267362c97ebd474d9db37b4515f3f011f1ea457 [diff] |
Add missing build dependencies Add some missing sdbusplus dependencies. Uncovered by Yocto 2.3 per-recipe sysroot feature. Tested: Built effected recipes under Yocto 2.3 Change-Id: I165165af96b9a57e8975d7fb8bf5934702759008 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis.bb b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis.bb index 2f46f78..1d148df 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis.bb +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis.bb
@@ -14,6 +14,7 @@ DEPENDS += " \ phosphor-logging \ autoconf-archive-native \ + openpower-dbus-interfaces \ sdbus++-native \ "
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-dbus-monitor.bb b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-dbus-monitor.bb index 5ba99f2..8cae08c 100644 --- a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-dbus-monitor.bb +++ b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-dbus-monitor.bb
@@ -23,6 +23,7 @@ ${PN}-config-native \ phosphor-logging \ autoconf-archive-native \ + sdbusplus-native \ gtest \ " RDEPENDS_${PN} += " \
diff --git a/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.bb b/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.bb index 42368f7..d6ef365 100644 --- a/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.bb +++ b/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.bb
@@ -16,6 +16,7 @@ DEPENDS += "python-pyyaml-native" DEPENDS += "python-mako-native" DEPENDS += "sdbusplus" +DEPENDS += "sdbusplus-native" DEPENDS += "phosphor-logging" DEPENDS += "libevdev"