summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-10-15 04:41:20 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-10-15 05:32:24 +0300
commit30cd3820346db6723471e9646bf4808cb979ec41 (patch)
tree05db041f3424ac895d48af8673bf826c6f65e73a
parent400d9dab03e25d992429f94296caa4938c281fbd (diff)
downloadopenbmc-30cd3820346db6723471e9646bf4808cb979ec41.tar.xz
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>
-rw-r--r--meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb4
1 files changed, 2 insertions, 2 deletions
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 aa7fc3255..b05ce231c 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 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
inherit autotools pkgconfig
inherit obmc-phosphor-dbus-service
-DEPENDS += "dbus"
DEPENDS += "autoconf-archive-native"
DEPENDS += "sdbusplus"
DEPENDS += "phosphor-logging"
@@ -34,6 +33,7 @@ FILES:phosphor-ldap += " \
"
FILES:${PN} += " \
${base_libdir}/systemd \
+ ${datadir}/dbus-1 \
${datadir}/phosphor-certificate-manager \
"
DBUS_SERVICE:phosphor-ldap = " \
@@ -41,5 +41,5 @@ DBUS_SERVICE:phosphor-ldap = " \
xyz.openbmc_project.LDAP.PrivilegeMapper.service \
"
SRC_URI += "git://github.com/openbmc/phosphor-user-manager"
-SRCREV = "d019e3d2ae739128635d36e1b6612df9bb49a3be"
+SRCREV = "c0760c9109a0d847fd77d54c6b7948322a375d1d"
S = "${WORKDIR}/git"