summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
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"
70GIT_REPO = "gnuradio.git" 70GIT_REPO = "gnuradio.git"
71GIT_BRANCH = "master" 71GIT_BRANCH = "master"
72 72
73SRC_URI = "git://git.gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git \ 73SRC_URI = "git://git.gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH} \
74 file://0001-gr-trellis-Kill-docs-hard.patch \ 74 file://0001-gr-trellis-Kill-docs-hard.patch \
75" 75"
76 76
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
2HOMEPAGE = "" 2HOMEPAGE = ""
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 4LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
5SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master;protocol=git" 5SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master"
6PR = "r2" 6PR = "r2"
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea" 8SRCREV = "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}"
9PR = "r1" 9PR = "r1"
10 10
11SRCREV = "a1dab25e73896c90c98227ac8055f227b830d512" 11SRCREV = "a1dab25e73896c90c98227ac8055f227b830d512"
12SRC_URI = "git://home.horsten.com/soft66;protocol=git \ 12SRC_URI = "git://home.horsten.com/soft66 \
13file://fix-ar.patch" 13file://fix-ar.patch"
14 14
15S = "${WORKDIR}/git" 15S = "${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
3PV = "3.5.3" 3PV = "3.5.3"
4PR = "${INC_PR}.0" 4PR = "${INC_PR}.0"
5 5
6SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;branch=maint;protocol=git \ 6SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;branch=maint \
7 file://0001-use-uint8_t-from-boost-namespace.patch;striplevel=2 \ 7 file://0001-use-uint8_t-from-boost-namespace.patch;striplevel=2 \
8 " 8 "
9S = "${WORKDIR}/git/host" 9S = "${WORKDIR}/git/host"