[oe-commits] Mike Westerhof : gnuradio.inc: fix bad line wraps causing bitbake parse errors.

GIT User account git at amethyst.openembedded.net
Sat Nov 1 21:48:48 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2ca7c850972b2afdab290090823d372dbf6ccb86
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2ca7c850972b2afdab290090823d372dbf6ccb86

Author: Mike Westerhof <mwester at dls.net>
Date:   Sat Nov  1 16:46:23 2008 -0500

gnuradio.inc: fix bad line wraps causing bitbake parse errors.

---

 packages/gnuradio/gnuradio.inc |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/packages/gnuradio/gnuradio.inc b/packages/gnuradio/gnuradio.inc
index 087dde0..f44c185 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"
-
-
-





More information about the Openembedded-commits mailing list