diff options
author | Philip Balister <balister@localhost.localdomain> | 2008-11-06 20:08:07 -0500 |
---|---|---|
committer | Philip Balister <balister@localhost.localdomain> | 2008-11-06 20:08:07 -0500 |
commit | 8d6cf7d596222b11e9f3a85910feb989b180f39b (patch) | |
tree | 45cbb5fa73a519c0ae35a67764342c0fe70a829a /packages | |
parent | 3289090d83f8ef4d80130f8fdf0938164caac517 (diff) |
gnuradio : Fix stupid typo.
Diffstat (limited to 'packages')
-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 f44c18583b..26005e653b 100644 --- a/packages/gnuradio/gnuradio.inc +++ b/packages/gnuradio/gnuradio.inc @@ -2,7 +2,7 @@ DESCRIPTION = "GNU Radio" SECTION = "apps" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = " guile-native fftwf python virtual/libsdl alsa-lib jack boost cppunit sdcc-native swig-nativei python-numpy" +DEPENDS = " guile-native fftwf python virtual/libsdl alsa-lib jack boost cppunit sdcc-native swig-native 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 \ |