diff options
author | Philip Balister <balister@localhost.localdomain> | 2008-11-01 14:14:47 -0400 |
---|---|---|
committer | Philip Balister <balister@localhost.localdomain> | 2008-11-01 14:14:47 -0400 |
commit | 7fd785dc8adf10b8dd79f085f9d8b619cb25b8e3 (patch) | |
tree | 2f9d2e832a2248b3ca9813d0a6734188fc49e796 /packages/gnuradio/gnuradio.inc | |
parent | 17a0396a91980ee43fdec12a527716f95a6db14c (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/gnuradio/gnuradio.inc')
-rw-r--r-- | packages/gnuradio/gnuradio.inc | 7 |
1 files changed, 5 insertions, 2 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 |