summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-07 01:20:14 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-06-07 23:51:37 +0300
commit8cf9de4940d8829cfaf430f1169a45bbfafde35f (patch)
treeb4be235d11ad15cb66fdce16ae4caef07a984676
parent3e9add1c2e067e47db602f07b267f6e67484827c (diff)
downloadopenbmc-8cf9de4940d8829cfaf430f1169a45bbfafde35f.tar.xz
stdplus: srcrev bump 521475e48f..8a6eca3ae3
William A. Kennington III (8): net/addr/ip: Add basic IP comparison and hash ops net/addr/ether: Add basic MAC comparison and hashing variant: Add equals operator helper net/addr/ip: Add an any addr class net/addr/subnet: Add class for representing a network subnet treewide: Various fixes for clang compilation treewide: Add NOLINT where needed to make clang-tidy happy build: Enable clang-tidy Change-Id: Ie0b1568f23bbabdd37a987e19c65a43971eda815 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-extended/stdplus/stdplus_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
index f4cb120b64..39c2eb087f 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -8,7 +8,7 @@ DEPENDS += " \
fmt \
liburing \
"
-SRCREV = "521475e48faf4c9e3f66eec48476e5c4fbd34bea"
+SRCREV = "8a6eca3ae3c9a78b8ebfddc2c37fa94e09733bdf"
PV = "0.1+git${SRCPV}"
PR = "r1"