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>
This commit is contained in:
Jackie Huang
2013-09-02 02:54:11 +00:00
committed by Martin Jansa
parent 9e4b28aa92
commit b79176adb3
43 changed files with 43 additions and 43 deletions

View File

@@ -11,7 +11,7 @@ PR = "r0"
inherit klibc
SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f \
SRC_URI = "git://git.infradead.org/mtd-utils.git;tag=ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f \
file://Makefile.patch \
file://common.mk.patch \
file://libubi.c.patch \