diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2017-04-26 21:00:03 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-04-26 21:00:03 -0500 |
commit | 6c00e1211ebe3ea9883f468e1ba93bbd2000df2f (patch) | |
tree | 592954e479af743e4278f53c5d432ca272e4fd7b | |
parent | 0eb60c7b253c7d0a8b099a8787ca55fc567a7463 (diff) | |
download | talos-openbmc-6c00e1211ebe3ea9883f468e1ba93bbd2000df2f.tar.gz talos-openbmc-6c00e1211ebe3ea9883f468e1ba93bbd2000df2f.zip |
phosphor-rest.inc: bump version
Change-Id: Ic108926bb684b7bf178fb02f9fed80ea82a963a2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.inc b/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.inc index 15929692d..3970e03d0 100644 --- a/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.inc +++ b/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.inc @@ -3,5 +3,5 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" SRC_URI += "git://github.com/openbmc/phosphor-rest-server" -SRCREV = "83afbaffb4c9c0d27c767a51a88d46c124cedd04" +SRCREV = "7ec0a4f41437e62b96964013bb805825ccc1abff" |