diff options
author | Andrew Geissler <geissonator@yahoo.com> | 2018-01-26 18:45:17 +0000 |
---|---|---|
committer | Andrew Geissler <geissonator@yahoo.com> | 2018-01-27 01:58:45 +0000 |
commit | 46e9bdc674b2bbe630f0a99396d2d170e768932f (patch) | |
tree | 47b490b6d044909959c9c636292633744552f943 | |
parent | 13d21486d5657b0cc0cee8fa3e3c4fe1294ecb37 (diff) | |
download | talos-openbmc-46e9bdc674b2bbe630f0a99396d2d170e768932f.tar.gz talos-openbmc-46e9bdc674b2bbe630f0a99396d2d170e768932f.zip |
phosphor-user-manager.bb: bump version
Change-Id: I158bd33e068382f2d83be628543022eacb5a5a86
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/users/phosphor-user-manager.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/users/phosphor-user-manager.bb b/meta-phosphor/common/recipes-phosphor/users/phosphor-user-manager.bb index 390c51a0b..1da1fcabc 100644 --- a/meta-phosphor/common/recipes-phosphor/users/phosphor-user-manager.bb +++ b/meta-phosphor/common/recipes-phosphor/users/phosphor-user-manager.bb @@ -19,5 +19,5 @@ RDEPENDS_${PN} += "phosphor-logging" DBUS_SERVICE_${PN} += "xyz.openbmc_project.User.Manager.service" SRC_URI += "git://github.com/openbmc/phosphor-user-manager" -SRCREV = "035a96983cdf8a11a1c2380106c11c94cb8418b2" +SRCREV = "1f5a002f4b596522cf46eaad3cfd072a44b5848d" S = "${WORKDIR}/git" |