gnuradio : Update gnuradio_svn build
authorPhilip Balister <balister@localhost.localdomain>
Sat, 1 Nov 2008 18:14:47 +0000 (14:14 -0400)
committerPhilip Balister <balister@localhost.localdomain>
Sat, 1 Nov 2008 18:14:47 +0000 (14:14 -0400)
           * Bump source revision
           * Do not build usrp1 and usrp2 code
           * Add patch for NEON Fir filter

conf/distro/include/sane-srcrevs.inc
packages/gnuradio/gnuradio.inc
packages/gnuradio/gnuradio_svn.bb

index aa0f823..2013c87 100644 (file)
@@ -52,7 +52,7 @@ SRCREV_pn-fso-gpsd ?= "8f82d35ae83fdc00f2c4786257e98551b9dea995"
 SRCREV_pn-fso-sounds ?= "b24d3c2e66fee10a5e288101cd1b6f5bbd3da7e2"
 SRCREV_pn-fstests ?= "204"
 SRCREV_pn-gconf-dbus ?= "641"
-SRCREV_pn-gnuradio ?= "9721"
+SRCREV_pn-gnuradio ?= "9809"
 SRCREV_pn-gpe-contacts ?= "9312"
 SRCREV_pn-gpe-sketchbook ?= "9547"
 SRCREV_pn-gsm0710muxd ?= "3ff86b129640b647ccba3d86eb243d864671b039"
index a084b1c..087dde0 100644 (file)
@@ -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
index 3d4f12a..7af4230 100644 (file)
@@ -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"