From e8fe215d2c3b59b4272980535a950b4bc48fdab5 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Mon, 1 Aug 2011 10:27:19 -0400 Subject: uhd : Update recipe to build 3.2.1 from git repo. Signed-off-by: Philip Balister --- recipes/uhd/uhd.inc | 6 +++--- recipes/uhd/uhd_git.bb | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes/uhd') 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" -- cgit 1.2.3-korg