diff options
author | Philip Balister <philip@balister.org> | 2007-01-16 01:57:56 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-01-16 01:57:56 +0000 |
commit | 1e9c114c2b92ab211acf5b3a85dd2abdf2fd6215 (patch) | |
tree | 5fbc703340be40f7aa748fca3e42340604d62897 /packages/usrp | |
parent | c841192bd7b5665bce645a62e8172669de74a016 (diff) |
fftw_3.1.2.bb : Add fftw support to openembedded.
Diffstat (limited to 'packages/usrp')
-rw-r--r-- | packages/usrp/usrp_0.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/usrp/usrp_0.12.bb b/packages/usrp/usrp_0.12.bb index ade37baf60..398299e4bb 100644 --- a/packages/usrp/usrp_0.12.bb +++ b/packages/usrp/usrp_0.12.bb @@ -7,7 +7,7 @@ RDEPENDS = "python-core" PR = "r0" SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/usrp-${PV}.tar.gz \ - file://usb11.patch;patch=1 \ +# file://usb11.patch;patch=1 \ file://fix_compile_h.patch;patch=1;pnum=3 \ file://install_test.patch;patch=1" |