aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2008-11-01 16:46:23 -0500
committerMike Westerhof <mwester@dls.net>2008-11-01 16:46:23 -0500
commit2ca7c850972b2afdab290090823d372dbf6ccb86 (patch)
treed4b8e90c13362c96ea9ad76cbea9bdb702123916
parentb833a7f26a79a6708643b3c729d98d45a88e171c (diff)
downloadopenembedded-2ca7c850972b2afdab290090823d372dbf6ccb86.tar.gz
gnuradio.inc: fix bad line wraps causing bitbake parse errors.
-rw-r--r--packages/gnuradio/gnuradio.inc10
1 files changed, 4 insertions, 6 deletions
diff --git a/packages/gnuradio/gnuradio.inc b/packages/gnuradio/gnuradio.inc
index 087dde0774..f44c18583b 100644
--- a/packages/gnuradio/gnuradio.inc
+++ b/packages/gnuradio/gnuradio.inc
@@ -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"
-
-
-