diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-07-01 07:23:21 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-08 10:35:57 +0200 |
commit | 830baf380ea86782a5a52fbe8762904840e05691 (patch) | |
tree | 3a6da23c5ef6f80540874e53478f5da3c3df297e /meta-oe/recipes-connectivity/uhd/uhd_git.bb | |
parent | 8d0528448b9b79437cf04cd12b7a0dc282df3c48 (diff) | |
download | meta-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.bb | 3 |
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" | |||
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
5 | 5 | ||
6 | SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;branch=maint;protocol=git \ | 6 | SRC_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 | " | ||
8 | S = "${WORKDIR}/git/host" | 9 | S = "${WORKDIR}/git/host" |
9 | 10 | ||
10 | SRCREV = "f4c58120dc1e3674ee0228213f0f0011a0f80dcf" | 11 | SRCREV = "f4c58120dc1e3674ee0228213f0f0011a0f80dcf" |