[oe-commits] Philip Balister : gnuradio : Update gnuradio_svn build

GIT User account git at amethyst.openembedded.net
Sat Nov 1 18:16:56 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7fd785dc8adf10b8dd79f085f9d8b619cb25b8e3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7fd785dc8adf10b8dd79f085f9d8b619cb25b8e3

Author: Philip Balister <balister at localhost.localdomain>
Date:   Sat Nov  1 14:14:47 2008 -0400

gnuradio : Update gnuradio_svn build
           * Bump source revision
           * Do not build usrp1 and usrp2 code
           * Add patch for NEON Fir filter

---

 conf/distro/include/sane-srcrevs.inc |    2 +-
 packages/gnuradio/gnuradio.inc       |    7 +++++--
 packages/gnuradio/gnuradio_svn.bb    |    5 ++---
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index aa0f823..2013c87 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -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"
diff --git a/packages/gnuradio/gnuradio.inc b/packages/gnuradio/gnuradio.inc
index a084b1c..087dde0 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 3d4f12a..7af4230 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"





More information about the Openembedded-commits mailing list