diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2017-08-11 07:40:06 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-08-11 07:40:06 -0500 |
commit | a01ad4df683727243dd17ae47f1a99c5ebdcca7b (patch) | |
tree | 5cce45dfa75f37307a691f0cd01c52a36b13854e | |
parent | 172e86a3b189e28f63852afc0e0710809895086a (diff) | |
download | talos-openbmc-a01ad4df683727243dd17ae47f1a99c5ebdcca7b.tar.gz talos-openbmc-a01ad4df683727243dd17ae47f1a99c5ebdcca7b.zip |
phosphor-rest.inc: bump version
Change-Id: Ic88e688990eebe8765f11ad613300be2c9ab3622
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 90761e129..3578f0be5 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 = "529029b544aaf30b614c09dd5bfc17c1048edf3d" +SRCREV = "a6a8a4c16684fbcb05b36aaa5e4b52d8f36b0eea" |