fftw: remove legacy staging
authorKoen Kooi <koen@openembedded.org>
Sun, 1 Aug 2010 17:00:51 +0000 (19:00 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 3 Aug 2010 07:44:43 +0000 (09:44 +0200)
recipes/fftw/fftw.inc

index 5c381e3..40608b6 100644 (file)
@@ -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.*"