aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnuradio
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2009-10-18 12:39:39 -0400
committerPhilip Balister <philip@balister.org>2009-10-18 15:11:05 -0400
commitcde4a6ea41aead600e2e386f59b66676f95307fd (patch)
treee4a332667867d846a38f3f5042ad73018f1df94d /recipes/gnuradio
parent559544e75c5b09d2f51a21d0d7aefbabf50bd58d (diff)
downloadopenembedded-cde4a6ea41aead600e2e386f59b66676f95307fd.tar.gz
gnuradio_svn.bb : GNU Radio is now maintained in git.
Diffstat (limited to 'recipes/gnuradio')
-rw-r--r--recipes/gnuradio/gnuradio/no-usrp2-svn.patch12
-rw-r--r--recipes/gnuradio/gnuradio_svn.bb24
2 files changed, 0 insertions, 36 deletions
diff --git a/recipes/gnuradio/gnuradio/no-usrp2-svn.patch b/recipes/gnuradio/gnuradio/no-usrp2-svn.patch
deleted file mode 100644
index d79b419c1a..0000000000
--- a/recipes/gnuradio/gnuradio/no-usrp2-svn.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- gnuradio-trunk-work/configure.ac.orig 2008-10-06 13:38:45.000000000 -0400
-+++ gnuradio-trunk-work/configure.ac 2008-10-06 13:39:02.000000000 -0400
-@@ -317,9 +317,7 @@
- GRC_PMT
- GRC_MBLOCK dnl this must come after GRC_PMT
- GRC_USRP
--GRC_USRP2
- GRC_GR_USRP dnl this must come after GRC_USRP
--GRC_GR_USRP2
- GRC_GR_GCELL dnl this must come after GRC_GCELL and GRC_GNURADIO_CORE
- GRC_GR_MSDD6000
- GRC_GR_AUDIO_ALSA
diff --git a/recipes/gnuradio/gnuradio_svn.bb b/recipes/gnuradio/gnuradio_svn.bb
deleted file mode 100644
index d063e90088..0000000000
--- a/recipes/gnuradio/gnuradio_svn.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-require gnuradio.inc
-
-DEFAULT_PREFERENCE = "-1"
-
-DEPENDS += " gsl "
-
-PV = "3.2.1+svnr${SRCREV}"
-PR = "${INC_PR}.1"
-
-EXTRA_OECONF += "--with-boost=${STAGING_DIR_TARGET}/usr CXXFLAGS=-DBOOST_SP_USE_PTHREADS --disable--usrp2"
-
-SRC_URI = "svn://gnuradio.org/svn/gnuradio/;module=trunk;proto=http \
- file://no-usrp2-svn.patch;patch=1 \
- ${SOURCEFORGE_MIRROR}/libusb/libusb-0.1.12.tar.gz \
-"
-
-S="${WORKDIR}/trunk"
-
-do_compile_append() {
- sed -i -e s:${STAGING_DIR_TARGET}::g \
- -e s:/${TARGET_SYS}::g \
- gnuradio-core/gnuradio-core.pc
-}
-