diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2019-04-09 17:22:07 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-04-10 09:03:24 -0400 |
commit | ae59caad726bd04a8a0ed6e0a1f8ac9049cdc964 (patch) | |
tree | fdb2221caa96d060e35c4bdd1accc5ca2721ebbe /meta-phosphor | |
parent | ccdc23ecdbfd7e6d7b4bd9d2762610af87be4320 (diff) | |
download | talos-openbmc-ae59caad726bd04a8a0ed6e0a1f8ac9049cdc964.tar.gz talos-openbmc-ae59caad726bd04a8a0ed6e0a1f8ac9049cdc964.zip |
phosphor-ipmi-blobs-binarystore: srcrev bump 8ca234e698..e535a736ef
Kun Yi (2):
bugfix: Fix invalid data handling in deserialization
improvement: Don't deserialize again if past attempt failed
(From meta-phosphor rev: 2490bbca63fc872b8e4caabc2bf5cbb7136c8fc7)
Change-Id: I5951aec837f0b8e9a3d3c6fae3ada17d60301fbb
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r-- | meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb | 2 |
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 8d45667cd..38121e542 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 @@ -17,7 +17,7 @@ DEPENDS += "protobuf" S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/phosphor-ipmi-blobs-binarystore" -SRCREV = "8ca234e6986763ffaddcf56b49fecdfe96a60182" +SRCREV = "e535a736efd8ef2088c57a91c387be7800674161" FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}" |