diff options
| author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2023-11-29 22:30:13 +0300 |
|---|---|---|
| committer | Andrew Geissler <geissonator@yahoo.com> | 2023-12-04 15:12:15 +0300 |
| commit | 770138abb2fa861b3be46adfa05e2df82ea77e4e (patch) | |
| tree | 0a3b18e0b234b0a7b04607edf44a428f15349195 | |
| parent | 3b9cd3e1f848b473daf3c4b3b7fee118f0304213 (diff) | |
| download | openbmc-770138abb2fa861b3be46adfa05e2df82ea77e4e.tar.xz | |
bmcweb: srcrev bump 7a696974d7..7164bc62dd
Chau Ly (1):
chassis: Tidy up lambda funcs in get chassis
Patrick Williams (1):
build: use allowed over enabled
Change-Id: I30811d0c6bc07fd86f7ed939c1fe515ea61ddd46
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
| -rw-r--r-- | meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index c47238caec..95017c9b16 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -13,7 +13,7 @@ DEPENDS = " \ ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \ ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \ " -SRCREV = "7a696974d7a987e3eb135a6cbad0a4ace8d109d2" +SRCREV = "7164bc62dd26ec92b01985aaae97ecc48276dea5" PV = "1.0+git${SRCPV}" SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https" |
