summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/dbus
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2018-10-02 20:40:17 +0000
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-03 21:52:04 -0400
commit2a90ad9e246cf8bcf7061ec800e9f36f6abf6420 (patch)
treefb5626c9a45926e185fa1205dab02ac16a1c94c0 /meta-phosphor/recipes-phosphor/dbus
parent5ce61c2e803c109235e3ffc6cb16a4acdc7b6797 (diff)
downloadtalos-openbmc-2a90ad9e246cf8bcf7061ec800e9f36f6abf6420.tar.gz
talos-openbmc-2a90ad9e246cf8bcf7061ec800e9f36f6abf6420.zip
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>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/dbus')
-rw-r--r--meta-phosphor/recipes-phosphor/dbus/phosphor-mapper.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper.bb
index ed7d4bb55..29e4fbef2 100644
--- a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper.bb
+++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper.bb
@@ -13,6 +13,8 @@ inherit phosphor-mapperdir
DEPENDS += "systemd"
DEPENDS += "autoconf-archive-native"
+DEPENDS += "boost"
+DEPENDS += "libtinyxml2"
DEPENDS += "sdbusplus"
DEPENDS += "phosphor-logging"
DEPENDS += "${PN}-config-native"
@@ -35,7 +37,7 @@ RDEPENDS_${PN} += " \
"
SRC_URI += "git://github.com/openbmc/phosphor-objmgr"
-SRCREV = "d6729ea39d443bf62a27bbf64ef6bc7a123125c8"
+SRCREV = "1036b4d13183f2967115e51e45a9b7de38eb859a"
S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud