summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-28 00:30:18 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-28 21:44:53 +0300
commitd108709597c5981f1f13c4729ff6644f73a93197 (patch)
tree553578f3b4843b09a60f4be56c77b56460abc114
parentc487d70747a52c7e06a8e49a6e4e45929b623820 (diff)
downloadopenbmc-d108709597c5981f1f13c4729ff6644f73a93197.tar.xz
meta-phosphor: Add mapper dependency to time mgr
Without the mapper installed, phosphor-time-manager fails like this at startup: terminate called after throwing an instance of 'sdbusplus::exception::SdBusError' what(): sd_bus_call: org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable Add a runtime dependency on the mapper. (From meta-phosphor rev: 4a1d82df5ec6ddc45783b384e51d7ddb265836bd) Change-Id: Ic1176617b9385a1ca4aae6a1180785c2a7ab5dee Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb b/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb
index 38b4aef0f..eb6adb3dc 100644
--- a/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb
@@ -21,6 +21,7 @@ RDEPENDS_${PN} += "libmapper"
RDEPENDS_${PN} += "libsystemd"
RDEPENDS_${PN} += "sdbusplus"
RDEPENDS_${PN} += "phosphor-dbus-interfaces"
+RDEPENDS_${PN} += "phosphor-mapper"
SRC_URI += "git://github.com/openbmc/phosphor-time-manager"
SRCREV = "6aca02e07aeb607f7f44a3381216e57c059d6900"