[oe-commits] Maxin B. John : trace-cmd: remove unnecessary 'protocol=git' from SRC_URI

git at git.openembedded.org git at git.openembedded.org
Fri Mar 20 10:59:18 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 1afb24193fffcf9f201b8634c671fed53e8fd2be
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1afb24193fffcf9f201b8634c671fed53e8fd2be

Author: Maxin B. John <maxin.john at enea.com>
Date:   Thu Mar 12 16:50:40 2015 +0100

trace-cmd: remove unnecessary 'protocol=git' from SRC_URI

Signed-off-by: Maxin B. John <maxin.john at enea.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-kernel/trace-cmd/trace-cmd.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd.inc b/meta/recipes-kernel/trace-cmd/trace-cmd.inc
index feb56e1..87e4a9c 100644
--- a/meta/recipes-kernel/trace-cmd/trace-cmd.inc
+++ b/meta/recipes-kernel/trace-cmd/trace-cmd.inc
@@ -5,7 +5,7 @@ inherit pkgconfig
 
 FILESEXTRAPATHS =. "${FILE_DIRNAME}/trace-cmd:"
 
-SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;protocol=git;branch=trace-cmd-stable-v2.5 \
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;branch=trace-cmd-stable-v2.5 \
            file://blktrace-api-compatibility.patch \
 "
 



More information about the Openembedded-commits mailing list