diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2013-09-02 02:54:11 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-03 16:59:13 +0200 |
commit | b79176adb306d6802d1219dfadfa7ffe080efb22 (patch) | |
tree | 6e1f573f3b398646d48122c6766e1014c1b83018 /meta-oe/recipes-connectivity/phonet-utils | |
parent | 9e4b28aa92d69695bf49b5d588f08963eed1d35c (diff) | |
download | meta-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-connectivity/phonet-utils')
-rw-r--r-- | meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb b/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb index f5bd1cf04..874637f1e 100644 --- a/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb +++ b/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "This small package provides a few command line tools for Linux Ph | |||
2 | HOMEPAGE = "" | 2 | HOMEPAGE = "" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
5 | SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master;protocol=git" | 5 | SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master" |
6 | PR = "r2" | 6 | PR = "r2" |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea" | 8 | SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea" |