summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/fftw/fftw.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/fftw/fftw.inc b/recipes/fftw/fftw.inc
index 5c381e32f0..40608b61db 100644
--- a/recipes/fftw/fftw.inc
+++ b/recipes/fftw/fftw.inc
@@ -4,7 +4,7 @@ PRIORITY = "optional"
LICENSE = "GPL"
RPROVIDES_${PN} += "libfftw3"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz"
@@ -16,11 +16,6 @@ do_configure_prepend() {
echo 'AM_PROG_AS' >> ${S}/configure.ac
}
-do_stage () {
- autotools_stage_all
-}
-
-
PACKAGES =+ "lib${PN}"
FILES_lib${PN} = "${libdir}/lib*.so.*"