diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2013-09-02 02:54:11 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-03 16:59:13 +0200 |
commit | b79176adb306d6802d1219dfadfa7ffe080efb22 (patch) | |
tree | 6e1f573f3b398646d48122c6766e1014c1b83018 /meta-oe/recipes-devtools | |
parent | 9e4b28aa92d69695bf49b5d588f08963eed1d35c (diff) | |
download | meta-openembedded-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-devtools')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb index 7dcbb21e6..fe57d9e4b 100644 --- a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb +++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb | |||
@@ -9,7 +9,7 @@ SECTION = "base" | |||
9 | 9 | ||
10 | SRCREV = "900d203aa9e41288545368ea40da0bee89f7907f" | 10 | SRCREV = "900d203aa9e41288545368ea40da0bee89f7907f" |
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f12611e65e064515ce264249b2bdea98" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f12611e65e064515ce264249b2bdea98" |
12 | SRC_URI = "git://git.concurrencykit.org/ck.git;protocol=git \ | 12 | SRC_URI = "git://git.concurrencykit.org/ck.git \ |
13 | file://cross.patch \ | 13 | file://cross.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb b/meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb index e721e7e6c..c6ddf3db6 100644 --- a/meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb +++ b/meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb | |||
@@ -15,7 +15,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
15 | SRCREV = "5fba3d42f126ce13333fb7d0412d729b753ee5a4" | 15 | SRCREV = "5fba3d42f126ce13333fb7d0412d729b753ee5a4" |
16 | BRANCH ?= "master" | 16 | BRANCH ?= "master" |
17 | 17 | ||
18 | SRC_URI = "git://arago-project.org/git/projects/test-automation/ltp-ddt.git;protocol=git;branch=${BRANCH}" | 18 | SRC_URI = "git://arago-project.org/git/projects/test-automation/ltp-ddt.git;branch=${BRANCH}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
diff --git a/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb b/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb index dd961873b..32d2818a0 100644 --- a/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb +++ b/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb | |||
@@ -5,5 +5,5 @@ DEFAULT_PREFERENCE = "-1" | |||
5 | SRCREV = "53d56816a4154e3467f07bd22f4e27d166e3e3f3" | 5 | SRCREV = "53d56816a4154e3467f07bd22f4e27d166e3e3f3" |
6 | PV = "0.4.0+gitr${SRCPV}" | 6 | PV = "0.4.0+gitr${SRCPV}" |
7 | 7 | ||
8 | SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;protocol=git;branch=master" | 8 | SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;branch=master" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |