phosphor-user-manager: srcrev bump d019e3d2ae..c0760c9109

Patrick Williams (1):
      configure: simpify dbus policy install dir

Update FILES and DEPENDS per 'simplify dbus policy' needs.

Change-Id: I866d5e48c69fd356a13e216321e28f1e683ce443
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
index aa7fc32..b05ce23 100644
--- a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
@@ -9,7 +9,6 @@
 inherit autotools pkgconfig
 inherit obmc-phosphor-dbus-service
 
-DEPENDS += "dbus"
 DEPENDS += "autoconf-archive-native"
 DEPENDS += "sdbusplus"
 DEPENDS += "phosphor-logging"
@@ -34,6 +33,7 @@
 "
 FILES:${PN} += " \
         ${base_libdir}/systemd \
+        ${datadir}/dbus-1 \
         ${datadir}/phosphor-certificate-manager \
 "
 DBUS_SERVICE:phosphor-ldap = " \
@@ -41,5 +41,5 @@
         xyz.openbmc_project.LDAP.PrivilegeMapper.service \
 "
 SRC_URI += "git://github.com/openbmc/phosphor-user-manager"
-SRCREV = "d019e3d2ae739128635d36e1b6612df9bb49a3be"
+SRCREV = "c0760c9109a0d847fd77d54c6b7948322a375d1d"
 S = "${WORKDIR}/git"