summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/uhd/uhd_git.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2012-11-24 10:39:04 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2013-01-18 10:49:42 +0100
commit6bd7221787b977e45470354b1c22b8114981b9d2 (patch)
treeb08ec7b8626d9f41c8d83bc64d0ed086c5c44dfa /meta-oe/recipes-connectivity/uhd/uhd_git.bb
parent8e14e61272ca401e64212c99a853b3b6ccee7894 (diff)
downloadmeta-openembedded-6bd7221787b977e45470354b1c22b8114981b9d2.tar.gz
uhd : Update to version 3.5.0.
This version drops the usrp E100 utilities. Also, the recipe depends on python-cheetah-native now. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/uhd/uhd_git.bb')
-rw-r--r--meta-oe/recipes-connectivity/uhd/uhd_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd_git.bb b/meta-oe/recipes-connectivity/uhd/uhd_git.bb
index e740ccde89..721182c379 100644
--- a/meta-oe/recipes-connectivity/uhd/uhd_git.bb
+++ b/meta-oe/recipes-connectivity/uhd/uhd_git.bb
@@ -1,10 +1,10 @@
1require uhd.inc 1require uhd.inc
2 2
3PV = "3.4.1" 3PV = "3.5.0"
4PR = "${INC_PR}.0" 4PR = "${INC_PR}.0"
5 5
6SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git \ 6SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;branch=maint;protocol=git \
7 " 7 "
8S = "${WORKDIR}/git/host" 8S = "${WORKDIR}/git/host"
9 9
10SRCREV = "3fb067567b0c799b3c707938491eb8489d85fefa" 10SRCREV = "5cb9779da40491b06157596b06422f704a58c7d0"