From b79176adb306d6802d1219dfadfa7ffe080efb22 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 2 Sep 2013 02:54:11 +0000 Subject: 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 Signed-off-by: Martin Jansa --- meta-efl/recipes-efl/e17/e-tasks_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-efl/recipes-efl/e17/e-tasks_git.bb') diff --git a/meta-efl/recipes-efl/e17/e-tasks_git.bb b/meta-efl/recipes-efl/e17/e-tasks_git.bb index 29dec4f9f4..6e08861e9e 100644 --- a/meta-efl/recipes-efl/e17/e-tasks_git.bb +++ b/meta-efl/recipes-efl/e17/e-tasks_git.bb @@ -12,7 +12,7 @@ SRCREV = "b640f0e7287877983645d9d9a36f85a0b6a54631" PV = "0.0.2+gitr${SRCPV}" PR = "r1" -SRC_URI = "git://github.com/shr-project/e-tasks.git;protocol=git;branch=master \ +SRC_URI = "git://github.com/shr-project/e-tasks.git;branch=master \ " S = "${WORKDIR}/git" -- cgit 1.2.3-korg