commit | ca43d6d9cb56a64b89d57d771f26db353af0fddf | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Aug 13 06:58:07 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Aug 13 06:58:23 2016 -0500 |
tree | de02ff338fccde0d30703cc050fdbf73315542a7 | |
parent | fbaa57f345f4f9e37b0c2abfab2042ee3cab38fb [diff] |
rest-dbus: Standardize SRC_URI line Change-Id: I394620347ddc85de806d859642404896da395331 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/common/recipes-phosphor/rest-dbus/rest-dbus.bb b/common/recipes-phosphor/rest-dbus/rest-dbus.bb index afee21c..ee1b80d 100644 --- a/common/recipes-phosphor/rest-dbus/rest-dbus.bb +++ b/common/recipes-phosphor/rest-dbus/rest-dbus.bb
@@ -18,9 +18,7 @@ SYSTEMD_SERVICE_${PN} += "rest-dbus.service rest-dbus.socket" -SRC_URI += " \ - git://github.com/openbmc/rest-dbus.git \ - " +SRC_URI += "git://github.com/openbmc/rest-dbus.git" SRCREV = "5a65d2f605494d5c308171ba4fd1ab08d7b3a91d"