summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorPhilip Balister <balister@localhost.localdomain>2008-11-01 14:14:47 -0400
committerPhilip Balister <balister@localhost.localdomain>2008-11-01 14:14:47 -0400
commit7fd785dc8adf10b8dd79f085f9d8b619cb25b8e3 (patch)
tree2f9d2e832a2248b3ca9813d0a6734188fc49e796 /packages
parent17a0396a91980ee43fdec12a527716f95a6db14c (diff)
gnuradio : Update gnuradio_svn build
* Bump source revision * Do not build usrp1 and usrp2 code * Add patch for NEON Fir filter
Diffstat (limited to 'packages')
-rw-r--r--packages/gnuradio/gnuradio.inc7
-rw-r--r--packages/gnuradio/gnuradio_svn.bb5
2 files changed, 7 insertions, 5 deletions
diff --git a/packages/gnuradio/gnuradio.inc b/packages/gnuradio/gnuradio.inc
index a084b1cae0..087dde0774 100644
--- a/packages/gnuradio/gnuradio.inc
+++ b/packages/gnuradio/gnuradio.inc
@@ -2,9 +2,12 @@ DESCRIPTION = "GNU Radio"
SECTION = "apps"
PRIORITY = "optional"
LICENSE = "GPL"
-DEPENDS = " guile-native fftwf python libusb virtual/libsdl alsa-lib jack boost cppunit sdcc-native swig-native"
+DEPENDS = " guile-native fftwf python virtual/libsdl alsa-lib jack boost cppunit sdcc-native swig-nativei python-numpy"
+
+RDEPENDS_${PN} = "python-core python-audio python-threading python-codecs python-lang python-textutils python-shell python-pickle python-comp
+iler python-pkgutil python-pydoc python-mmap python-netclient python-unittest py
+thon-difflib python-pprint python-numpy"
-RDEPENDS_${PN} = "python-core python-audio python-threading python-codecs python-lang python-textutils"
RDEPENDS_gnuradio-usrp = "python-core"
inherit autotools pkgconfig
diff --git a/packages/gnuradio/gnuradio_svn.bb b/packages/gnuradio/gnuradio_svn.bb
index 3d4f12aa7d..7af4230bc1 100644
--- a/packages/gnuradio/gnuradio_svn.bb
+++ b/packages/gnuradio/gnuradio_svn.bb
@@ -3,14 +3,13 @@ require gnuradio.inc
DEFAULT_PREFERENCE = "-1"
PV = "3.1.3+svnr${SRCREV}"
-PR = "r4"
+PR = "r5"
EXTRA_OECONF += "--with-boost=${STAGING_DIR_TARGET}/usr CXXFLAGS=-DBOOST_SP_USE_PTHREADS --disable-usrp1 --disable--usrp2"
SRC_URI = "svn://gnuradio.org/svn/gnuradio/;module=trunk;proto=http \
file://no-usrp2.patch;patch=1 \
-# file://no-trellis-doc.patch;patch=1 \
-# file://gnuradio-neon.patch;patch=1;pnum=0 \
+ file://gnuradio-neon.patch;patch=1;pnum=0 \
"
S="${WORKDIR}/trunk"