phosphor-objmgr: srcrev bump d6729ea39d..1036b4d131

Ed Tanous (1):
      Implement Mapper in C++/sdbusplus/asio

Matt Spinler (6):
      clang-format updates
      Add service and interface whitelist/blacklists
      Filter results of GetSubTree
      Filter results of GetObject
      Use auto for a complicated type
      Add full Associations support

(From meta-phosphor rev: 9ece75f821ce2f8304efce7fe2e04dca5800d9cc)

Change-Id: Ibe91711b1a67b0e380491a19fd7639ca0f1a4ef3
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper.bb
index ed7d4bb..29e4fbe 100644
--- a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper.bb
+++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper.bb
@@ -13,6 +13,8 @@
 
 DEPENDS += "systemd"
 DEPENDS += "autoconf-archive-native"
+DEPENDS += "boost"
+DEPENDS += "libtinyxml2"
 DEPENDS += "sdbusplus"
 DEPENDS += "phosphor-logging"
 DEPENDS += "${PN}-config-native"
@@ -35,7 +37,7 @@
         "
 SRC_URI += "git://github.com/openbmc/phosphor-objmgr"
 
-SRCREV = "d6729ea39d443bf62a27bbf64ef6bc7a123125c8"
+SRCREV = "1036b4d13183f2967115e51e45a9b7de38eb859a"
 
 S = "${WORKDIR}/git"