diff options
author | Brad Bishop <bradleyb@us.ibm.com> | 2015-11-30 10:45:34 -0500 |
---|---|---|
committer | Brad Bishop <bradleyb@us.ibm.com> | 2015-11-30 10:49:09 -0500 |
commit | 699572415411c77005b501a4cbea1af5c6b20f4a (patch) | |
tree | 636aeef340c343a0dc44653c6e58dc82edc7afe0 /meta-phosphor/common/recipes-phosphor/dbus | |
parent | 9b5a3f03f23c6c715044541d2eba28d24dd491cf (diff) | |
download | talos-openbmc-699572415411c77005b501a4cbea1af5c6b20f4a.tar.gz talos-openbmc-699572415411c77005b501a4cbea1af5c6b20f4a.zip |
Bump mapper and rest server revisions
Fixes for freedesktop ObjectManager signal handling.
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/dbus')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb | 2 | ||||
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb b/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb index 37c9c3f7c..323a1794e 100644 --- a/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb +++ b/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb @@ -20,6 +20,6 @@ SRC_URI += " \ git://github.com/openbmc/phosphor-objmgr \ " -SRCREV = "6aed08d480aa1e022df14d48b7a54f5b1790e7d9" +SRCREV = "3f7aa329568d8f191baeeefa4a63dbb19cf26338" S = "${WORKDIR}/git" diff --git a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb index 19da7388c..05f238373 100644 --- a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb +++ b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb @@ -21,6 +21,6 @@ SRC_URI += " \ git://github.com/openbmc/phosphor-rest-server \ " -SRCREV = "f481dfc6b059677d06c158a5e23cfffab56edc3f" +SRCREV = "34cae732597fb3d4b18a23b6494efdbfeca2033b" S = "${WORKDIR}/git" |