summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/vala-terminal
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2013-09-02 02:54:11 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-09-03 16:59:13 +0200
commitb79176adb306d6802d1219dfadfa7ffe080efb22 (patch)
tree6e1f573f3b398646d48122c6766e1014c1b83018 /meta-oe/recipes-support/vala-terminal
parent9e4b28aa92d69695bf49b5d588f08963eed1d35c (diff)
downloadmeta-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-oe/recipes-support/vala-terminal')
-rw-r--r--meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb2
1 files changed, 1 insertions, 1 deletions
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 4e7653404..0d22d1df5 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"
10 10
11inherit autotools perlnative vala 11inherit autotools perlnative vala
12 12
13SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master" 13SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;branch=master"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16RDEPENDS_${PN} = "ttf-liberation-mono" 16RDEPENDS_${PN} = "ttf-liberation-mono"