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.

Change-Id: I9882fa58574bc624bba3b992e2ab7ee4ca271adb
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/recipes-phosphor/datetime/phosphor-time-manager_git.bb b/recipes-phosphor/datetime/phosphor-time-manager_git.bb
index 38b4aef..eb6adb3 100644
--- a/recipes-phosphor/datetime/phosphor-time-manager_git.bb
+++ b/recipes-phosphor/datetime/phosphor-time-manager_git.bb
@@ -21,6 +21,7 @@
 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"