summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-08-13 14:58:07 +0300
committerPatrick Williams <patrick@stwcx.xyz>2016-08-13 14:58:23 +0300
commit08ea09adb1aab72ea17e45d70b4b80a878b30e65 (patch)
tree353382d458be7020bc21204d1edf63aa00fcd751
parentda5af5ef322edc5d9067dbf7bd036edeb4bf2a0d (diff)
downloadopenbmc-08ea09adb1aab72ea17e45d70b4b80a878b30e65.tar.xz
rest-dbus: Standardize SRC_URI line
Change-Id: I394620347ddc85de806d859642404896da395331 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
-rw-r--r--meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb b/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb
index afee21c5e..ee1b80d5a 100644
--- a/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb
+++ b/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb
@@ -18,9 +18,7 @@ RDEPENDS_${PN} += " \
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"