From: Philip Balister Date: Tue, 7 Dec 2010 18:39:00 +0000 (-0500) Subject: uhd : Add support for the USRP-E100. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=546536b483149679f4e4e0392de253a4852e8dfe;p=openembedded.git uhd : Add support for the USRP-E100. --- diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc index d2e7903fc1..e40c405374 100644 --- a/recipes/uhd/uhd.inc +++ b/recipes/uhd/uhd.inc @@ -22,4 +22,6 @@ FILES_${PN}-examples = "${datadir}/uhd/examples/*" OECMAKE_BUILDPATH = "${S}/build" OECMAKE_SOURCEPATH = "${S}" +EXTRA_OECMAKE = "-DENABLE_USRP_E100=TRUE" + EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}" diff --git a/recipes/uhd/uhd_git.bb b/recipes/uhd/uhd_git.bb index 15d88a21c8..0cc9cc859d 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}.0" +PR = "${INC_PR}.1" SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git" S = "${WORKDIR}/git/host" -SRCREV = "816a07bee54e998e4fb25beeb44b9ac3888189bf" +SRCREV = "a51fb2ed133f5550265d32e49d601d6d90e0e277"