aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-01-16 01:57:56 +0000
committerPhilip Balister <philip@balister.org>2007-01-16 01:57:56 +0000
commit1e9c114c2b92ab211acf5b3a85dd2abdf2fd6215 (patch)
tree5fbc703340be40f7aa748fca3e42340604d62897 /packages
parentc841192bd7b5665bce645a62e8172669de74a016 (diff)
downloadopenembedded-1e9c114c2b92ab211acf5b3a85dd2abdf2fd6215.tar.gz
fftw_3.1.2.bb : Add fftw support to openembedded.
Diffstat (limited to 'packages')
-rw-r--r--packages/fftw/.mtn2git_empty0
-rw-r--r--packages/fftw/fftw_3.1.2.bb17
-rw-r--r--packages/usrp/usrp_0.12.bb2
3 files changed, 18 insertions, 1 deletions
diff --git a/packages/fftw/.mtn2git_empty b/packages/fftw/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/fftw/.mtn2git_empty
diff --git a/packages/fftw/fftw_3.1.2.bb b/packages/fftw/fftw_3.1.2.bb
new file mode 100644
index 0000000000..6cb2accca0
--- /dev/null
+++ b/packages/fftw/fftw_3.1.2.bb
@@ -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
+}
+
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"