diff options
author | Koen Kooi <koen@openembedded.org> | 2010-08-01 19:00:51 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-08-03 09:44:43 +0200 |
commit | 49ff3926ef757a9665b0c2298867ff2c4af9ad6e (patch) | |
tree | d675a8a514d4e3dc7a4b2ad8cdf313723570d6cb /recipes | |
parent | 59289d2567f7e17465a43220aee9459f082890c9 (diff) |
fftw: remove legacy staging
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/fftw/fftw.inc | 7 |
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.*" |