summaryrefslogtreecommitdiff
path: root/packages/fftw/fftw_3.1.2.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-01-16 13:08:57 +0000
committerPhilip Balister <philip@balister.org>2007-01-16 13:08:57 +0000
commit19d846302f34ae82d5345e714d2bc70a02e216a9 (patch)
treefe94613545971526f4d097f338f962593631be81 /packages/fftw/fftw_3.1.2.bb
parent1e9c114c2b92ab211acf5b3a85dd2abdf2fd6215 (diff)
disapproval of revision '1b4f1b0c118eeaad3bf775fe1f5c2080e0e260c6'
Committed usrp hack by mistake, back out and recommit.
Diffstat (limited to 'packages/fftw/fftw_3.1.2.bb')
-rw-r--r--packages/fftw/fftw_3.1.2.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/fftw/fftw_3.1.2.bb b/packages/fftw/fftw_3.1.2.bb
deleted file mode 100644
index 6cb2accca0..0000000000
--- a/packages/fftw/fftw_3.1.2.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-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
-}
-