summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/uhd/uhd_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-17 16:15:38 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-17 19:45:42 +0200
commit11549e58097f9dda730bb142da768c897fbbc5ae (patch)
tree2d6c5aa32e5b32b84cc2d4202de45203abf04795 /meta-oe/recipes-connectivity/uhd/uhd_git.bb
parente7463a7b8606fd0f514f9b477bd33ed40f4f9157 (diff)
downloadmeta-openembedded-11549e58097f9dda730bb142da768c897fbbc5ae.tar.gz
uhd: fix build, update SRCREV
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.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd_git.bb b/meta-oe/recipes-connectivity/uhd/uhd_git.bb
index d1c936d001..68a485e7e3 100644
--- a/meta-oe/recipes-connectivity/uhd/uhd_git.bb
+++ b/meta-oe/recipes-connectivity/uhd/uhd_git.bb
@@ -1,8 +1,9 @@
1require uhd.inc 1require uhd.inc
2 2
3PR = "${INC_PR}.2" 3PR = "${INC_PR}.4"
4 4
5SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git" 5SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git \
6 file://0001-HACK-work-around-Wl-as-needed-problems.patch"
6S = "${WORKDIR}/git/host" 7S = "${WORKDIR}/git/host"
7 8
8SRCREV = "cc639e876f326e958dace8438ae41b8cd9563780" 9SRCREV = "0aff497dacc9cc4eba5d800cc46343da083cfdf1"