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-filesystems/recipes-utils | |
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-filesystems/recipes-utils')
-rw-r--r-- | meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.1.0.bb b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.1.0.bb index 7755a7f81..dbb42a012 100644 --- a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.1.0.bb +++ b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.1.0.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=15667d9b3cb737b57471c148b7c50734" | |||
8 | DEPENDS = "util-linux" | 8 | DEPENDS = "util-linux" |
9 | 9 | ||
10 | SRCREV = "da59f6146c37e727bb83ae4922ca56d42958e61c" | 10 | SRCREV = "da59f6146c37e727bb83ae4922ca56d42958e61c" |
11 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;protocol=git" | 11 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |