phosphor-ipmi-blobs-binarystore: srcrev bump 7f10780928..7e145862d1

William A. Kennington III (3):
      binarystore: Don't store max_size
      gitignore: Clean up for meson
      binarystore: Convert to nanopb

Change-Id: Ifd4d1098e4c3921b10eeabdc434c1c29d6eb0659
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: William A. Kennington III <wak@google.com>
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 93631b0..cfc52a9 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
@@ -3,12 +3,11 @@
 HOMEPAGE = "http://github.com/openbmc/phosphor-ipmi-blobs-binarystore"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-DEPENDS += "autoconf-archive-native"
 DEPENDS += "phosphor-ipmi-blobs"
 DEPENDS += "phosphor-logging"
-DEPENDS += "protobuf-native"
-DEPENDS += "protobuf"
-SRCREV = "7f10780928ba5db439282f9306e255d07783f20e"
+DEPENDS += "nanopb-generator-native"
+DEPENDS += "nanopb-runtime"
+SRCREV = "7e145862d173042a5a7ee7b031a4066192ff77fd"
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[blobtool] = "-Dblobtool=enabled,-Dblobtool=disabled"
 PV = "1.0+git${SRCPV}"