From 2ca7c850972b2afdab290090823d372dbf6ccb86 Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Sat, 1 Nov 2008 16:46:23 -0500 Subject: gnuradio.inc: fix bad line wraps causing bitbake parse errors. --- packages/gnuradio/gnuradio.inc | 10 ++++------ 1 file 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" - - - -- cgit 1.2.3-korg