fftw_3.1.2.bb : Add fftw support to openembedded.
authorPhilip Balister <philip@balister.org>
Tue, 16 Jan 2007 01:57:56 +0000 (01:57 +0000)
committerPhilip Balister <philip@balister.org>
Tue, 16 Jan 2007 01:57:56 +0000 (01:57 +0000)
packages/fftw/.mtn2git_empty [new file with mode: 0644]
packages/fftw/fftw_3.1.2.bb [new file with mode: 0644]
packages/usrp/usrp_0.12.bb

diff --git a/packages/fftw/.mtn2git_empty b/packages/fftw/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/fftw/fftw_3.1.2.bb b/packages/fftw/fftw_3.1.2.bb
new file mode 100644 (file)
index 0000000..6cb2acc
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "FFTW"
+SECTION =  "libs"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = ""
+PR = "r0"
+
+SRC_URI = "http://www.fftw.org/fftw-3.1.2.tar.gz"
+
+inherit autotools
+
+EXTRA_OECONF = "--enable-single --enable-shared --disable-fortran"
+
+do_stage () {
+       autotools_stage_all
+}
+
index ade37ba..398299e 100644 (file)
@@ -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"