aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uhd
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2011-08-01 10:27:19 -0400
committerPhilip Balister <philip@balister.org>2011-08-01 10:27:19 -0400
commite8fe215d2c3b59b4272980535a950b4bc48fdab5 (patch)
treef109b2d1d9d8c8abc28569b2e192c37f33857759 /recipes/uhd
parentd7792dbfdc77cb38ca95ea8bd2df4aaa41432641 (diff)
downloadopenembedded-e8fe215d2c3b59b4272980535a950b4bc48fdab5.tar.gz
uhd : Update recipe to build 3.2.1 from git repo.
Signed-off-by: Philip Balister <philip@balister.org>
Diffstat (limited to 'recipes/uhd')
-rw-r--r--recipes/uhd/uhd.inc6
-rw-r--r--recipes/uhd/uhd_git.bb4
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc
index 43bf038b58..8712ef6ae5 100644
--- a/recipes/uhd/uhd.inc
+++ b/recipes/uhd/uhd.inc
@@ -2,10 +2,10 @@ DESCRIPTION = "Universal Hardware Driver for Ettus Research products."
HOMEPAGE = "http://www.ettus.com"
LICENSE = "GPLV3+"
-DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware"
+DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware orc-native"
RDEPENDS_${PN} += "uhd-firmware"
-INC_PR = "r5"
+INC_PR = "r6"
inherit cmake
@@ -24,6 +24,6 @@ FILES_${PN}-examples = "${datadir}/uhd/examples/*"
OECMAKE_BUILDPATH = "${S}/build"
OECMAKE_SOURCEPATH = "${S}"
-EXTRA_OECMAKE = "-DENABLE_USRP_E100=TRUE -DENABLE_USRP_E_UTILS=TRUE"
+EXTRA_OECMAKE = "-DENABLE_E100=TRUE -DENABLE_USRP_E_UTILS=TRUE"
EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}"
diff --git a/recipes/uhd/uhd_git.bb b/recipes/uhd/uhd_git.bb
index 80f32b78f5..e1d2e99b28 100644
--- a/recipes/uhd/uhd_git.bb
+++ b/recipes/uhd/uhd_git.bb
@@ -1,8 +1,8 @@
require recipes/uhd/uhd.inc
-PR = "${INC_PR}.4"
+PR = "${INC_PR}.5"
SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git"
S = "${WORKDIR}/git/host"
-SRCREV = "0aff497dacc9cc4eba5d800cc46343da083cfdf1"
+SRCREV = "fc349d30507620baca935e75e68a9554b40d427c"