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:
fa12026
)
fftw.inc: automake 1.10 workaround
author
Koen Kooi
<koen@openembedded.org>
Fri, 27 Jul 2007 08:16:54 +0000
(08:16 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 27 Jul 2007 08:16:54 +0000
(08:16 +0000)
packages/fftw/fftw.inc
patch
|
blob
|
history
diff --git
a/packages/fftw/fftw.inc
b/packages/fftw/fftw.inc
index
8929bec
..
88c946b
100644
(file)
--- a/
packages/fftw/fftw.inc
+++ b/
packages/fftw/fftw.inc
@@
-11,6
+11,10
@@
S = "${WORKDIR}/fftw-${PV}"
inherit autotools pkgconfig
+do_configure_prepend() {
+ echo 'AM_PROG_AS' >> ${S}/configure.ac
+}
+
do_stage () {
autotools_stage_all
}