aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
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-connectivity
parent9e4b28aa92d69695bf49b5d588f08963eed1d35c (diff)
downloadmeta-openembedded-contrib-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')
-rw-r--r--meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb2
-rw-r--r--meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb2
-rw-r--r--meta-oe/recipes-connectivity/soft66/soft66_git.bb2
-rw-r--r--meta-oe/recipes-connectivity/uhd/uhd_git.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
index b0fc6308e5..1a78575445 100644
--- a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
+++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
@@ -70,7 +70,7 @@ SRCREV = "a7b3a9339106aaba72195b693dfeaa98f194e0d5"
GIT_REPO = "gnuradio.git"
GIT_BRANCH = "master"
-SRC_URI = "git://git.gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git \
+SRC_URI = "git://git.gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH} \
file://0001-gr-trellis-Kill-docs-hard.patch \
"
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 f5bd1cf045..874637f1eb 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
HOMEPAGE = ""
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master;protocol=git"
+SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master"
PR = "r2"
S = "${WORKDIR}/git"
SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea"
diff --git a/meta-oe/recipes-connectivity/soft66/soft66_git.bb b/meta-oe/recipes-connectivity/soft66/soft66_git.bb
index a574c3c9f7..b88411fbb9 100644
--- a/meta-oe/recipes-connectivity/soft66/soft66_git.bb
+++ b/meta-oe/recipes-connectivity/soft66/soft66_git.bb
@@ -9,7 +9,7 @@ PV = "0.1.3+gitr${SRCPV}"
PR = "r1"
SRCREV = "a1dab25e73896c90c98227ac8055f227b830d512"
-SRC_URI = "git://home.horsten.com/soft66;protocol=git \
+SRC_URI = "git://home.horsten.com/soft66 \
file://fix-ar.patch"
S = "${WORKDIR}/git"
diff --git a/meta-oe/recipes-connectivity/uhd/uhd_git.bb b/meta-oe/recipes-connectivity/uhd/uhd_git.bb
index 180fd27c7e..ee02cc7c22 100644
--- a/meta-oe/recipes-connectivity/uhd/uhd_git.bb
+++ b/meta-oe/recipes-connectivity/uhd/uhd_git.bb
@@ -3,7 +3,7 @@ require uhd.inc
PV = "3.5.3"
PR = "${INC_PR}.0"
-SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;branch=maint;protocol=git \
+SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;branch=maint \
file://0001-use-uint8_t-from-boost-namespace.patch;striplevel=2 \
"
S = "${WORKDIR}/git/host"