summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-11-09 16:30:23 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-11-10 01:39:04 +0300
commit03cbad70b6988b46f4886a7085daa5d8d09575c1 (patch)
treef305ad253a228177bfe9cea81b90ceae29baa3d0
parenta9f3c82854eceace8e31a90d0744b9e72106e228 (diff)
downloadopenbmc-03cbad70b6988b46f4886a7085daa5d8d09575c1.tar.xz
phosphor-ipmi-blobs-binarystore: srcrev bump 53992e85d2..7f10780928
Willy Tu (3): build: Update to c++23 and meson 1.1.1 print: Cleanup std::cerr/cout with stdplus::print Add alias and option to support migration Change-Id: Ie5dfd2ec245d69fe51e55b5f8061da53e084125a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb
index b17c0879fc..362e3cf616 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb
@@ -8,7 +8,7 @@ DEPENDS += "phosphor-ipmi-blobs"
DEPENDS += "phosphor-logging"
DEPENDS += "protobuf-native"
DEPENDS += "protobuf"
-SRCREV = "53992e85d2dc5864db7a7e4a8ee6f6676974e9ba"
+SRCREV = "7f10780928ba5db439282f9306e255d07783f20e"
PACKAGECONFIG ??= ""
PACKAGECONFIG[blobtool] = "-Dblobtool=enabled,-Dblobtool=disabled"
PV = "1.0+git${SRCPV}"