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:
d29faa5
)
fluidsynth: "fix" configure stage to work with a recent libtool
author
Koen Kooi
<koen@openembedded.org>
Tue, 13 Jan 2009 18:00:38 +0000
(19:00 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 13 Jan 2009 18:00:38 +0000
(19:00 +0100)
packages/fluidsynth/fluidsynth_1.0.8.bb
patch
|
blob
|
history
diff --git
a/packages/fluidsynth/fluidsynth_1.0.8.bb
b/packages/fluidsynth/fluidsynth_1.0.8.bb
index
075140c
..
96c82fd
100644
(file)
--- a/
packages/fluidsynth/fluidsynth_1.0.8.bb
+++ b/
packages/fluidsynth/fluidsynth_1.0.8.bb
@@
-8,6
+8,12
@@
SRC_URI = "http://savannah.nongnu.org/download/fluid/${P}.tar.gz"
inherit autotools pkgconfig lib_package
+#Has broken libtool usage
+do_configure() {
+ gnu-configize
+ oe_runconf
+}
+
do_stage() {
autotools_stage_all
}