diff options
author | Chris Austen <austenc@us.ibm.com> | 2015-12-02 22:32:06 -0600 |
---|---|---|
committer | Chris Austen <austenc@us.ibm.com> | 2015-12-02 22:32:06 -0600 |
commit | b70cb7e4c6359be8e2882607e84f59ede150e518 (patch) | |
tree | 517d4230373cb992d16833a4f18ec0748ef76a87 /meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb | |
parent | bfd86fd1c1b19d9fea36e18b4b23f2ab2d45f941 (diff) | |
download | talos-openbmc-b70cb7e4c6359be8e2882607e84f59ede150e518.tar.gz talos-openbmc-b70cb7e4c6359be8e2882607e84f59ede150e518.zip |
Sprint 3 Candidate
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb index 05f238373..6a8820b92 100644 --- a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb +++ b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb @@ -17,9 +17,7 @@ RDEPENDS_${PN} += " \ python-rocket \ python-bottle \ " -SRC_URI += " \ - git://github.com/openbmc/phosphor-rest-server \ - " +SRC_URI += "git://github.com/openbmc/phosphor-rest-server" SRCREV = "34cae732597fb3d4b18a23b6494efdbfeca2033b" |