bmcweb: srcrev bump 26f6976f39..67df073b1f
Andrew Geissler (1):
host-state: do not return anything if unavailable
Ed Tanous (1):
Next round of boost-uri updates
Change-Id: I1f879f70c1a26f0093c28dfdb32f641d37a70921
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 54acd44..80426b6 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -10,10 +10,10 @@
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
-SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"
+SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"
PV = "1.0+git${SRCPV}"
-SRCREV = "26f6976f3905d7b20690bbf794fba746c1929ed3"
+SRCREV = "67df073b1f0950fdeafc6d30240d360bd162d0f8"
S = "${WORKDIR}/git"