gnuradio: fix RDEPENDS
authorKoen Kooi <koen@openembedded.org>
Mon, 28 Apr 2008 13:04:46 +0000 (13:04 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 28 Apr 2008 13:04:46 +0000 (13:04 +0000)
packages/gnuradio/gnuradio.inc
packages/gnuradio/gnuradio_3.0.4.bb
packages/gnuradio/gnuradio_3.1.2.bb
packages/gnuradio/gnuradio_svn.bb

index 79b1fce..ddf7c68 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 LICENSE = "GPL"
 DEPENDS = " guile-native fftwf python libusb virtual/libsdl alsa-lib jack boost cppunit sdcc-native swig-native"
 
-RDEPENDS_${PN} = "python-core python-audio python-codecs python-lang python-textutils"
+RDEPENDS_${PN} = "python-core python-audio python-threading python-codecs python-lang python-textutils"
 RDEPENDS_gnuradio-usrp = "python-core"
 
 inherit autotools pkgconfig
index 30a6d0a..0474e0d 100644 (file)
@@ -1,6 +1,6 @@
 require gnuradio.inc
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-${PV}.tar.gz \
           file://no-trellis-doc.patch;patch=1 \
index 30a6d0a..0474e0d 100644 (file)
@@ -1,6 +1,6 @@
 require gnuradio.inc
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-${PV}.tar.gz \
           file://no-trellis-doc.patch;patch=1 \
index 00d3a04..e7ac492 100644 (file)
@@ -3,7 +3,7 @@ require gnuradio.inc
 DEFAULT_PREFERENCE = "-1"
 
 PV = "3.0.4+svnr${SRCREV}"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "svn://gnuradio.org/svn/gnuradio;module=trunk;proto=http \
           file://no-trellis-doc.patch;patch=1 \