summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-07-18 02:30:30 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-07-20 17:02:01 +0300
commit168a66602d24b9f31db9de4630d697546d4c3e99 (patch)
tree03a40237b21e045dfa25eca04360aff2656fc02f /meta-phosphor/recipes-phosphor
parent92d8dbf76eb66767d1efe3ff200e1a7fbbb3e2d1 (diff)
downloadopenbmc-168a66602d24b9f31db9de4630d697546d4c3e99.tar.xz
ipmbbridge: srcrev bump 3c796a6fbb..e6b07fafc9
Patrick Williams (1): build: upgrade to C++23 Change-Id: I90c5f094e135669dc140b44219cc902055304249 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb
index 2b372b8884..c141993c5e 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb
@@ -8,7 +8,7 @@ DEPENDS = "sdbusplus \
i2c-tools \
boost \
nlohmann-json"
-SRCREV = "3c796a6fbb2265456e9c845f97a471febcc0a5ed"
+SRCREV = "e6b07fafc9489772f24925fed80f8bbf640b2f26"
PV = "0.1+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/ipmbbridge.git;branch=master;protocol=https"