diff options
author | Koen Kooi <koen@openembedded.org> | 2008-04-28 13:04:46 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-04-28 13:04:46 +0000 |
commit | f5f45fe038bec2fecb49bb2ff5dce058ee28de7b (patch) | |
tree | 38eca1724d660de9d4228832e606515b419f5f11 /packages/gnuradio/gnuradio.inc | |
parent | db6a378a2030de0ce4a5ab72f55bbec12ad311b2 (diff) |
gnuradio: fix RDEPENDS
Diffstat (limited to 'packages/gnuradio/gnuradio.inc')
-rw-r--r-- | packages/gnuradio/gnuradio.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gnuradio/gnuradio.inc b/packages/gnuradio/gnuradio.inc index 79b1fcefa5..ddf7c68eca 100644 --- a/packages/gnuradio/gnuradio.inc +++ b/packages/gnuradio/gnuradio.inc @@ -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 |