aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/serial-utils
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2013-09-02 02:54:11 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-09-03 16:59:13 +0200
commitb79176adb306d6802d1219dfadfa7ffe080efb22 (patch)
tree6e1f573f3b398646d48122c6766e1014c1b83018 /meta-oe/recipes-support/serial-utils
parent9e4b28aa92d69695bf49b5d588f08963eed1d35c (diff)
downloadmeta-openembedded-contrib-b79176adb306d6802d1219dfadfa7ffe080efb22.tar.gz
remove the unnecessary protocol parameters
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/serial-utils')
-rw-r--r--meta-oe/recipes-support/serial-utils/pty-forward-native.bb2
-rw-r--r--meta-oe/recipes-support/serial-utils/serial-forward_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
index 6bf1d85a8d..ed87a141c6 100644
--- a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
+++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
@@ -7,7 +7,7 @@ SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
PV = "1.1+gitr${SRCPV}"
PR = "r0"
-SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git"
+SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
S = "${WORKDIR}/git/tools/serial_forward"
inherit autotools native
diff --git a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
index cf66556af0..240597ce04 100644
--- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
+++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
@@ -7,7 +7,7 @@ SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
PV = "1.1+gitr${SRCPV}"
PR = "r0"
-SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git"
+SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
S = "${WORKDIR}/git/tools/serial_forward"
inherit autotools