From ad35219cd2b5889db9a506b5d97d2f84e2ee1483 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Wed, 20 Jun 2018 14:22:29 -0700 Subject: 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 --- .../meta-x86/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openbmc-machines/meta-x86/meta-intel') 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}/** " -- cgit v1.2.1