summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/uhd/uhd_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-08-02 18:32:50 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-02 21:43:27 +0200
commit4a8dece451c31bce1d6e7add0b5474c388df7749 (patch)
tree269241a5029081df0efe8bab476870b2b9434ec9 /meta-oe/recipes-connectivity/uhd/uhd_git.bb
parent042b5bd5444769108e208d8f9eb3645f414fb42f (diff)
downloadmeta-openembedded-4a8dece451c31bce1d6e7add0b5474c388df7749.tar.gz
uhd: update to 3.2.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/uhd/uhd_git.bb')
-rw-r--r--meta-oe/recipes-connectivity/uhd/uhd_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd_git.bb b/meta-oe/recipes-connectivity/uhd/uhd_git.bb
index ad3385ae47..329a39598b 100644
--- a/meta-oe/recipes-connectivity/uhd/uhd_git.bb
+++ b/meta-oe/recipes-connectivity/uhd/uhd_git.bb
@@ -1,9 +1,10 @@
1require uhd.inc 1require uhd.inc
2 2
3PR = "${INC_PR}.4" 3PV = "3.2.1"
4PR = "${INC_PR}.0"
4 5
5SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git \ 6SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git \
6 file://0001-HACK-work-around-Wl-as-needed-problems.patch;striplevel=2" 7 file://0001-HACK-work-around-Wl-as-needed-problems.patch;striplevel=2"
7S = "${WORKDIR}/git/host" 8S = "${WORKDIR}/git/host"
8 9
9SRCREV = "0aff497dacc9cc4eba5d800cc46343da083cfdf1" 10SRCREV = "fc349d30507620baca935e75e68a9554b40d427c"