summaryrefslogtreecommitdiff
path: root/recipes/gnuradio/gnuradio_svn.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2009-07-11 09:13:35 -0400
committerPhilip Balister <philip@balister.org>2009-07-11 09:14:29 -0400
commit10e9113ea840ac9bafa5a4239efbadb8dd287e97 (patch)
treeea1af12497f52f56f50d4c9f7f496de2ab274705 /recipes/gnuradio/gnuradio_svn.bb
parentf0d8b8301f8a3c9f8ef73b3d5a876d341b8b3370 (diff)
gnuradio : Update subversion recipe. GNURadio trunk now includes NEON support.
Diffstat (limited to 'recipes/gnuradio/gnuradio_svn.bb')
-rw-r--r--recipes/gnuradio/gnuradio_svn.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes/gnuradio/gnuradio_svn.bb b/recipes/gnuradio/gnuradio_svn.bb
index dc693b78de..d063e90088 100644
--- a/recipes/gnuradio/gnuradio_svn.bb
+++ b/recipes/gnuradio/gnuradio_svn.bb
@@ -4,24 +4,18 @@ DEFAULT_PREFERENCE = "-1"
DEPENDS += " gsl "
-PV = "3.2.0+svnr${SRCREV}"
+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.patch;patch=1 \
- file://gnuradio-neon.patch;patch=1;pnum=0 \
+ file://no-usrp2-svn.patch;patch=1 \
${SOURCEFORGE_MIRROR}/libusb/libusb-0.1.12.tar.gz \
"
S="${WORKDIR}/trunk"
-#do_configure() {
-# ./bootstrap
-# oe_runconf
-#}
-
do_compile_append() {
sed -i -e s:${STAGING_DIR_TARGET}::g \
-e s:/${TARGET_SYS}::g \