From: Mike Westerhof Date: Sat, 1 Nov 2008 21:46:23 +0000 (-0500) Subject: gnuradio.inc: fix bad line wraps causing bitbake parse errors. X-Git-Tag: Release-2010-05/1~5505^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ca7c850972b2afdab290090823d372dbf6ccb86;p=openembedded.git gnuradio.inc: fix bad line wraps causing bitbake parse errors. --- 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" - - -