diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2017-03-21 16:00:07 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-03-22 17:42:50 +0000 |
commit | ccb7e8e6b85a44bd48baa58b0479f932fca32748 (patch) | |
tree | fcb25ca321d96a8f54a52ad9451c48d8715a41c3 | |
parent | bbe2cbce0c99f1aca8f5e2358e20a52b0062729f (diff) | |
download | talos-openbmc-ccb7e8e6b85a44bd48baa58b0479f932fca32748.tar.gz talos-openbmc-ccb7e8e6b85a44bd48baa58b0479f932fca32748.zip |
slpd-lite.bb: bump version
Change-Id: If5a5fb2014153fc041c050d4508460dcb378f225
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/interfaces/slpd-lite.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/interfaces/slpd-lite.bb b/meta-phosphor/common/recipes-phosphor/interfaces/slpd-lite.bb index 57f8e80d6..0f2fd9f7f 100644 --- a/meta-phosphor/common/recipes-phosphor/interfaces/slpd-lite.bb +++ b/meta-phosphor/common/recipes-phosphor/interfaces/slpd-lite.bb @@ -14,6 +14,6 @@ DEPENDS += "autoconf-archive-native" SRC_URI += "git://github.com/openbmc/slpd-lite" -SRCREV = "aab308d5d76b4e44cd4128ee6ae57280b8ac7737" +SRCREV = "908dee3d4203bf325608980a67099609c16a31a8" S = "${WORKDIR}/git" |