mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
committed by
Martin Jansa
parent
9e4b28aa92
commit
b79176adb3
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user