gnuradio.inc: fix bad line wraps causing bitbake parse errors.
authorMike Westerhof <mwester@dls.net>
Sat, 1 Nov 2008 21:46:23 +0000 (16:46 -0500)
committerMike Westerhof <mwester@dls.net>
Sat, 1 Nov 2008 21:46:23 +0000 (16:46 -0500)
packages/gnuradio/gnuradio.inc

index 087dde0..f44c185 100644 (file)
@@ -4,9 +4,10 @@ PRIORITY = "optional"
 LICENSE = "GPL"
 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 \
+                  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"
 
@@ -61,6 +62,3 @@ FILES_${PN}-dbg += "${libdir}/python*/site-packages/gnuradio/.debug \
 FILES_gnuradio-usrp = "${libdir}/python*/site-packages/usrpm/* \
                        ${datadir}/usrp/*/*"
 FILES_gnuradio-usrp-dbg = "${libdir}/python*/site-packages/usrpm/.debug"
-
-
-