From 2a90ad9e246cf8bcf7061ec800e9f36f6abf6420 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 2 Oct 2018 20:40:17 +0000 Subject: 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 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/dbus/phosphor-mapper.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') 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" -- cgit v1.2.1