git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59289d2
)
fftw: remove legacy staging
author
Koen Kooi
<koen@openembedded.org>
Sun, 1 Aug 2010 17:00:51 +0000
(19:00 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 3 Aug 2010 07:44:43 +0000
(09:44 +0200)
recipes/fftw/fftw.inc
patch
|
blob
|
history
diff --git
a/recipes/fftw/fftw.inc
b/recipes/fftw/fftw.inc
index
5c381e3
..
40608b6
100644
(file)
--- a/
recipes/fftw/fftw.inc
+++ b/
recipes/fftw/fftw.inc
@@
-4,7
+4,7
@@
PRIORITY = "optional"
LICENSE = "GPL"
RPROVIDES_${PN} += "libfftw3"
-PR = "r
2
"
+PR = "r
3
"
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.*"