diff options
author | Matt Spinler <spinler@us.ibm.com> | 2017-06-08 12:35:36 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-06-26 01:55:33 +0000 |
commit | a469b14643b1ef730eaa3f269307f1f52b8ff224 (patch) | |
tree | 2f56f642b8812a6f6d6807ed05084a98b60d6fa3 /meta-phosphor | |
parent | 0f547b16d104bbe6a67a18c2d044aead2ed2c36c (diff) | |
download | talos-openbmc-a469b14643b1ef730eaa3f269307f1f52b8ff224.tar.gz talos-openbmc-a469b14643b1ef730eaa3f269307f1f52b8ff224.zip |
Add build dependencies for phosphor-unit-failure-monitor
Change-Id: I6ec9de89c7d420218b8f5ff94efe638f2589accf
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb | 4 |
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" |