Update bmcweb to latest
Update bmcweb recipe to pull in the new dependencies (sdbusplus) and
drop old (boost-dbus and libdbus), as well as bump bmcweb to the latest
Change-Id: I056c6c835f7f4f4aa7891e0d3afca70ec70712bc
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
diff --git a/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb b/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb
index e7d537b..f744536 100644
--- a/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb
+++ b/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb
@@ -16,7 +16,7 @@
S = "${WORKDIR}/git"
-DEPENDS = "dbus openssl zlib boost libpam boost-dbus gtest nlohmann-json libtinyxml2 "
+DEPENDS = "openssl zlib boost libpam sdbusplus gtest nlohmann-json libtinyxml2 "
FILES_${PN} += "${datadir}/** "