diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2019-01-11 21:01:43 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-01-13 02:44:11 +0000 |
commit | 4f9d75a75a569122f123d862098ad33a0e8aaf27 (patch) | |
tree | d8afa7f8490f00772a2c54042457d226561966ca | |
parent | 05d6afa34af08f670797d667761b922f06a84f97 (diff) | |
download | talos-openbmc-4f9d75a75a569122f123d862098ad33a0e8aaf27.tar.gz talos-openbmc-4f9d75a75a569122f123d862098ad33a0e8aaf27.zip |
phosphor-objmgr: srcrev bump 8ce2ddd93c..a82779fb66
Matt Spinler (2):
mapper: Add missing parent paths in ifaces-added
mapper: Delete unecessary parent paths on removes
(From meta-phosphor rev: faf1eb045146386a5157f0fcd9a7263154cffccf)
Change-Id: If31d1bdb410663a347e4008cd5a817c78d7de9ae
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r-- | meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb index f1167b040..8d349edb2 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb @@ -38,7 +38,7 @@ RDEPENDS_${PN} += " \ " SRC_URI += "git://github.com/openbmc/phosphor-objmgr" -SRCREV = "8ce2ddd93c15d8a9358b4e62d2810869a413d3c0" +SRCREV = "a82779fb66e30b0387077c28e6aec2dc1a957a61" S = "${WORKDIR}/git" |