diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2017-05-26 07:30:03 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-05-30 03:02:56 +0000 |
commit | 1d93aee46cdaaf54892d6323e66ab41f28ac6b06 (patch) | |
tree | b0b65360fe6b08fa0d9c17983a40df13f11762a6 | |
parent | d773bdca4516294383c2a295eff3c8470f47e624 (diff) | |
download | talos-openbmc-1d93aee46cdaaf54892d6323e66ab41f28ac6b06.tar.gz talos-openbmc-1d93aee46cdaaf54892d6323e66ab41f28ac6b06.zip |
phosphor-rest.inc: bump version
Change-Id: Icabadf097020ff4832e14cbd59d4ea377ab6e069
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 9dbe6646f..53c23e4c9 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 = "db1a21e373bcabe48ced67a5334a1019852b971d" +SRCREV = "409f671b6ee0023607236c00fbe117939c83d05c" |