[oe-commits] Philip Balister : gnuradio-3.2.0 : Add recipe for new release of gnuradio.

git version control git at git.openembedded.org
Wed Jun 3 09:35:08 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: 1679705e3c22180b39126fdfa8a39c02e550b450
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1679705e3c22180b39126fdfa8a39c02e550b450

Author: Philip Balister <philip at balister.org>
Date:   Mon Jun  1 21:16:53 2009 -0400

gnuradio-3.2.0 : Add recipe for new release of gnuradio.

---

 recipes/gnuradio/gnuradio_3.2.0.bb |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/recipes/gnuradio/gnuradio_3.2.0.bb b/recipes/gnuradio/gnuradio_3.2.0.bb
new file mode 100644
index 0000000..69703a5
--- /dev/null
+++ b/recipes/gnuradio/gnuradio_3.2.0.bb
@@ -0,0 +1,27 @@
+require gnuradio.inc
+
+DEPENDS += " gsl "
+
+PR = "r0"
+
+S = "${WORKDIR}/gnuradio-3.2"
+
+EXTRA_OECONF += "--with-boost=${STAGING_DIR_TARGET}/usr CXXFLAGS=-DBOOST_SP_USE_PTHREADS --disable--usrp2"
+
+SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-3.2.tar.gz \
+    file://no-usrp2.patch;patch=1 \
+    file://gnuradio-neon.patch;patch=1;pnum=0 \
+     ${SOURCEFORGE_MIRROR}/libusb/libusb-0.1.12.tar.gz \
+"
+
+# This is an awful hack to allow GNU Radio to use libusb-0.12, regardless
+# of what is used by the rest of OE
+
+addtask buildlibusb before do_configure after do_unpack
+
+do_compile_append() {
+        sed -i -e s:${STAGING_DIR_TARGET}::g \
+               -e s:/${TARGET_SYS}::g \
+                  gnuradio-core/gnuradio-core.pc
+}
+





More information about the Openembedded-commits mailing list