summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2018-11-02 17:20:22 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-05 15:58:47 +0300
commit50ff7687e74594cb7da44270004cbade90745a9f (patch)
tree7d2a844dbaad718c23ced9053f7c6d65c3ec3fb9
parent93138acf866ce640ca2565b8ed89ee196e373317 (diff)
downloadopenbmc-50ff7687e74594cb7da44270004cbade90745a9f.tar.xz
slpd-lite: srcrev bump 1f12e3805a..a592888328
Patrick Venture (4): build: set language to C++ build: bump to use c++17 add clang-format to repo for style Add gitignore to repo (From meta-phosphor rev: 00233373591b41437b1bfa99c43ba5136038309f) Change-Id: I6cba073f38f7eeeed74c171d969efd613c8776ea Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb b/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb
index c4efa9752..5129a6301 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb
@@ -15,6 +15,6 @@ DEPENDS += "autoconf-archive-native"
SRC_URI += "git://github.com/openbmc/slpd-lite"
-SRCREV = "1f12e3805a69e8f7e5dada4b40e5c0860938a227"
+SRCREV = "a592888328e79f0ba61a7099fcb1143bc20a0d43"
S = "${WORKDIR}/git"