diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2008-11-01 22:25:09 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2008-11-01 22:25:09 +0100 |
commit | a2332c470608fd94df2118eba9ee59c2143bfb60 (patch) | |
tree | 4e49d2130a4e497aca38a109c1d4a3dabe4ea0cc /packages | |
parent | a162fd85ae232c2211e5cad12dfb435a7e04c848 (diff) |
gnuradio: fix depends and rdepends errors sneaked in with the last commit
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gnuradio/gnuradio.inc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/packages/gnuradio/gnuradio.inc b/packages/gnuradio/gnuradio.inc index 087dde0774..51524e43c6 100644 --- a/packages/gnuradio/gnuradio.inc +++ b/packages/gnuradio/gnuradio.inc @@ -2,11 +2,15 @@ DESCRIPTION = "GNU Radio" SECTION = "apps" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = " guile-native fftwf python virtual/libsdl alsa-lib jack boost cppunit sdcc-native swig-nativei python-numpy" +DEPENDS = " guile-native fftwf python virtual/libsdl alsa-lib jack boost cppunit sdcc-native swig-native 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 \ + python-shell python-pickle python-compiler \ + python-pkgutil python-pydoc python-mmap \ + python-netclient python-unittest python-difflib \ + python-pprint python-numpy \ + " RDEPENDS_gnuradio-usrp = "python-core" |