diff options
author | Koen Kooi <koen@openembedded.org> | 2007-07-28 09:10:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-07-28 09:10:58 +0000 |
commit | 8112a34e6415059b234b13f25c483d25e34f0353 (patch) | |
tree | 80a157ad5277866e1e67d39433b9a8ca60e141bd /packages/gnuradio/gnuradio.inc | |
parent | 2a84ad5c196c6a0dc3ba43c89624bc45d0d06dd3 (diff) |
gnuradio: gnuradio-usrp also needs python-core
Diffstat (limited to 'packages/gnuradio/gnuradio.inc')
-rw-r--r-- | packages/gnuradio/gnuradio.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gnuradio/gnuradio.inc b/packages/gnuradio/gnuradio.inc index fff5331ce0..b5642deb09 100644 --- a/packages/gnuradio/gnuradio.inc +++ b/packages/gnuradio/gnuradio.inc @@ -5,6 +5,7 @@ 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_gnuradio-usrp = "python-core" inherit autotools pkgconfig |