summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2018-06-20 14:22:29 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-07-12 03:19:14 +0000
commitad35219cd2b5889db9a506b5d97d2f84e2ee1483 (patch)
tree5e8c5466056a2a4b7c69a21b2e7f3f90603a3f3c
parent8c46b1d59ab33c96f258c264ac9d113ff6783ecb (diff)
downloadtalos-openbmc-ad35219cd2b5889db9a506b5d97d2f84e2ee1483.tar.gz
talos-openbmc-ad35219cd2b5889db9a506b5d97d2f84e2ee1483.zip
Update bmcweb to latestv2.3
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>
-rw-r--r--meta-openbmc-machines/meta-x86/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-x86/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb b/meta-openbmc-machines/meta-x86/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb
index e7d537b24..f74453649 100644
--- a/meta-openbmc-machines/meta-x86/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb
+++ b/meta-openbmc-machines/meta-x86/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb
@@ -16,7 +16,7 @@ SRCREV = "7885954af734ae61a2e1358740f84ad39248f18d"
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}/** "
OpenPOWER on IntegriCloud