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-oe/recipes-support/vala-terminal/vala-terminal_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/vala-terminal') diff --git a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb index 4e76534044..0d22d1df5e 100644 --- a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb +++ b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb @@ -10,7 +10,7 @@ PR = "r1" inherit autotools perlnative vala -SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master" +SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;branch=master" S = "${WORKDIR}/git" RDEPENDS_${PN} = "ttf-liberation-mono" -- cgit 1.2.3-korg