summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb
index 2d9571764..8c02b8ece 100644
--- a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb
+++ b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb
@@ -12,6 +12,8 @@ inherit obmc-phosphor-systemd
DEPENDS += "systemd"
DEPENDS += "autoconf-archive-native"
+DEPENDS += "sdbusplus"
+DEPENDS += "phosphor-logging"
DBUS_SERVICE_${PN} += "xyz.openbmc_project.ObjectMapper.service"
SYSTEMD_SERVICE_${PN} += " \
@@ -24,6 +26,8 @@ RDEPENDS_${PN} += " \
python-dbus \
python-pygobject \
pyphosphor-dbus \
+ sdbusplus \
+ phosphor-logging \
"
SRC_URI += "git://github.com/openbmc/phosphor-objmgr"
OpenPOWER on IntegriCloud