summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/uhd/uhd_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-07-01 07:23:21 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-07-08 10:35:57 +0200
commit830baf380ea86782a5a52fbe8762904840e05691 (patch)
tree3a6da23c5ef6f80540874e53478f5da3c3df297e /meta-oe/recipes-connectivity/uhd/uhd_git.bb
parent8d0528448b9b79437cf04cd12b7a0dc282df3c48 (diff)
downloadmeta-openembedded-830baf380ea86782a5a52fbe8762904840e05691.tar.gz
uhd: Fix compile errors
uhd would fail with wrong scope for uint8_t type errors. Signed-off-by: Khem Raj <raj.khem@gmail.com> CC: Philip Balister <philip@balister.org> Acked-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.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd_git.bb b/meta-oe/recipes-connectivity/uhd/uhd_git.bb
index 06d5effbdc..180fd27c7e 100644
--- a/meta-oe/recipes-connectivity/uhd/uhd_git.bb
+++ b/meta-oe/recipes-connectivity/uhd/uhd_git.bb
@@ -4,7 +4,8 @@ PV = "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;protocol=git \
7" 7 file://0001-use-uint8_t-from-boost-namespace.patch;striplevel=2 \
8 "
8S = "${WORKDIR}/git/host" 9S = "${WORKDIR}/git/host"
9 10
10SRCREV = "f4c58120dc1e3674ee0228213f0f0011a0f80dcf" 11SRCREV = "f4c58120dc1e3674ee0228213f0f0011a0f80dcf"